Navigation bar corrections
This commit is contained in:
parent
cd572ca554
commit
70679271bc
@ -26,21 +26,24 @@ h1, h2, h3, h4, h5, p {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav a {
|
#nav a, #nav-mini .menu a {
|
||||||
color: white;
|
color: white;
|
||||||
display: block;
|
display: block;
|
||||||
float: center;
|
float: center;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: calc(0.75em + 0.1vw);
|
font-size: calc(0.75em + 0.05vw);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 0 0.5em black;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nav-mini .menu a {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
#nav a:hover {
|
#nav a:hover {
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
@ -308,19 +311,6 @@ h1, h2, h3, h4, h5, p {
|
|||||||
box-shadow: 0 0 0.5em black;
|
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 {
|
#nav-mini .menu a:hover {
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user