mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
Revert CSS changes with FAQ link removal
This commit is contained in:
@@ -23,11 +23,11 @@ img {
|
||||
}
|
||||
img#icon, img#logo {
|
||||
height: 70px;
|
||||
margin-right: 18pt;
|
||||
margin-right: 20pt;
|
||||
}
|
||||
a.navlink {
|
||||
font-size: 15pt;
|
||||
margin: 4pt;
|
||||
margin: 6pt;
|
||||
}
|
||||
nav { /* requires JS on IE6 */
|
||||
display: inline;
|
||||
|
||||
@@ -39,7 +39,7 @@ body {
|
||||
body > header {
|
||||
/* background-color: #8ca0ff; */
|
||||
grid-area: head;
|
||||
padding: 28pt 28pt;
|
||||
padding: 30pt 30pt;
|
||||
}
|
||||
img#icon {
|
||||
max-height: 75px;
|
||||
@@ -52,10 +52,10 @@ body > nav {
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
font-size: 15pt;
|
||||
padding: 28pt 28pt;
|
||||
padding: 30pt 30pt;
|
||||
}
|
||||
body > nav > a {
|
||||
margin: 0 15pt;
|
||||
margin: 0 20pt;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
body > header {
|
||||
|
||||
Reference in New Issue
Block a user