fix multiline header banner (hardcoded values)

This commit is contained in:
acarril 2023-06-09 15:58:49 -04:00
parent ed2aac50d5
commit 9beb2e5bff

View file

@ -34,8 +34,8 @@ header#banner a:hover {
header#banner h2 {
display: inline;
font-size: 21px;
font-size: 2.1rem;
font-size: 20px;
/* font-size: 2.1rem; */
margin: 0 8px 0 0;
}
@ -64,6 +64,12 @@ header#banner nav ul li a {
header#banner {
margin-left: 20px;
}
header#banner nav ul {
font-size: .95em;
}
header#banner nav ul li {
margin: 0 4px;
}
}
main#content a {