diff options
Diffstat (limited to 'src/app/css/launcher.css')
-rw-r--r-- | src/app/css/launcher.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/app/css/launcher.css b/src/app/css/launcher.css index e14efea..19cffb3 100644 --- a/src/app/css/launcher.css +++ b/src/app/css/launcher.css @@ -160,6 +160,16 @@ margin-bottom: var(--padding); } +.section .release-block p:nth-child(1) { + opacity: 0.8; + margin-top: 0px; + margin-bottom: 0px; +} + +.section .release-block h1:nth-child(2) { + margin-top: 0px; +} + .contentBody img {max-width: 100%} .contentBody .img {text-align: center} |