From 3e90bc6f42207a856baf53646015a43d4694a927 Mon Sep 17 00:00:00 2001 From: Embraerguy <81037364+Embraerguy@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:11:11 +0000 Subject: [PATCH] Update OpenSky.css credits responsive media items --- OpenSky.Website/wwwroot/css/OpenSky.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/OpenSky.Website/wwwroot/css/OpenSky.css b/OpenSky.Website/wwwroot/css/OpenSky.css index 8948634..66183c7 100644 --- a/OpenSky.Website/wwwroot/css/OpenSky.css +++ b/OpenSky.Website/wwwroot/css/OpenSky.css @@ -1024,6 +1024,16 @@ p { margin-right: 10px; } + #credits .credits-bottom .credits-item { + flex-basis: 22%; + margin: 1.5%; + } + + #credits .credits-top p { + margin-left: 10px; + margin-right: 10px; + } + #contribute .contribute-top p { margin-left: 10px; margin-right: 10px;