Revert CSS changes with FAQ link removal

This commit is contained in:
RichardG867
2022-11-26 01:05:49 -03:00
parent 1527ad891a
commit f0060fba91
2 changed files with 5 additions and 5 deletions

View File

@@ -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;

View File

@@ -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 {