core: further condense css
This commit is contained in:
+5
-8
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user