Navigation bar corrections

This commit is contained in:
Manos Katsomallos 2019-12-31 12:43:00 +02:00
parent cd572ca554
commit 70679271bc

View File

@ -26,21 +26,24 @@ h1, h2, h3, h4, h5, p {
z-index: 1;
}
#nav a {
#nav a, #nav-mini .menu a {
color: white;
display: block;
float: center;
font-family: sans-serif;
font-size: calc(0.75em + 0.1vw);
font-size: calc(0.75em + 0.05vw);
font-weight: bold;
outline: 0;
padding: 1em;
text-decoration: none;
text-align: center;
text-shadow: 0 0 0.5em black;
text-transform: uppercase;
}
#nav-mini .menu a {
text-align: left;
}
#nav a:hover {
color: gray;
}
@ -308,19 +311,6 @@ h1, h2, h3, h4, h5, p {
box-shadow: 0 0 0.5em black;
}
#nav-mini .menu a {
border-radius: 0.1em;
font-size: 0.75em;
display: block;
padding: 0.75em;
color: white;
background-color: black;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
outline: 0;
}
#nav-mini .menu a:hover {
color: gray;
}