Animated background everywhere & fixed links

This commit is contained in:
gltron
2022-08-23 13:40:20 +02:00
parent a01f5a31fd
commit 4d1eb2a944
14 changed files with 28 additions and 24 deletions

View File

@@ -261,8 +261,8 @@ footer {
@media only screen and (max-width: 1000px) {
.menuContainer { width:100%; height: auto; max-width: 100%; }
.submenuContainer { width:100%; height: auto; max-width: 100%; max-height: 500px; }
.contentContainer { width:100%; height: auto; max-width: 100%; max-height: auto; overflow-y: visible; }
.contentContainer article { width:100%; height: auto; max-width: 100%; overflow-y: visible; }
.submenuContainer { width:100%; height: auto; max-width: 100%; max-height: 500px; border-radius: 10px; margin: 5px; }
.contentContainer { width:100%; height: auto; max-width: 100%; max-height: auto; overflow-y: visible; border-radius: 10px; margin: 5px; }
.contentContainer article { width:100%; height: auto; max-width: 100%; overflow-y: visible; border-radius: 10px; margin: 5px; }
.sidebarnav a { font-size: 30px; }
}