Tweak stylesheet settings and usee newer media syntax

This commit is contained in:
Marc Alexander
2023-02-13 20:35:43 +01:00
parent 807e06f8a6
commit 552ceb2e49
3 changed files with 46 additions and 11 deletions

View File

@@ -52,6 +52,17 @@
}
@media (max-width: 700px) {
div#portal-left .header dt, div#portal-right .header dt {
margin-bottom: -7px !important;
}
.jumpbox {
margin: 15px auto;
}
.copyright {
clear: both;
}
.responsive-portal-news dd.lastpost, .responsive-portal-announcements dd.lastpost { display: none !important; }
.responsive-portal-news dt .list-inner, .responsive-portal-announcements dt .list-inner { margin-right: 0 !important; }
.responsive-portal-news dt, .responsive-portal-announcements dt { width: 100% !important; }