From 7703f1214a903fa8e3d8a8590ca2333c751494bf Mon Sep 17 00:00:00 2001 From: 0neGal Date: Mon, 29 Jan 2024 17:50:16 +0100 Subject: fixed margin on last paragraph in release notes --- src/app/css/launcher.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/css/launcher.css b/src/app/css/launcher.css index 19cffb3..e165c58 100644 --- a/src/app/css/launcher.css +++ b/src/app/css/launcher.css @@ -170,6 +170,10 @@ margin-top: 0px; } +.section .release-block :last-child { + margin-bottom: 0px; +} + .contentBody img {max-width: 100%} .contentBody .img {text-align: center} -- cgit v1.2.3