core: further condense css

This commit is contained in:
Trianta
2024-12-10 01:08:55 -06:00
parent a33166ca0e
commit 96e19e9cef
2 changed files with 7 additions and 10 deletions
+5 -8
View File
@@ -22,19 +22,13 @@ body {
#introLeft {
display: inline-block;
max-width: 74rem;
max-width: 71rem;
width: 100%;
}
#introRight {
display: inline-block;
max-width: 5rem;
width: 100%;
}
.navigation {
text-align: center;
max-width: 4rem;
max-width: 8rem;
width: 100%;
}
@@ -84,8 +78,11 @@ a {
display: inline-block;
margin: 6px;
margin-top: 0px;
max-width: 8rem;
padding: 8px;
text-align: center;
text-decoration: none;
width: 100%;
}
a:hover, a:active {