2021-09-30 17:09:42 +00:00
|
|
|
|
|
|
|
.topnav {
|
|
|
|
background-color: #333;
|
|
|
|
position: relative;
|
|
|
|
height: 72px;
|
2021-10-14 07:31:28 +00:00
|
|
|
padding-left: var(--spacing-2);
|
|
|
|
padding-top: var(--spacing-2);
|
2021-09-30 17:09:42 +00:00
|
|
|
@media screen and (max-width: 799px) {
|
2021-10-12 15:20:58 +00:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2021-09-30 17:09:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
|
|
|
display: block;
|
|
|
|
text-align: right;
|
2021-10-14 07:31:28 +00:00
|
|
|
margin-right: var(--spacing-2);
|
2021-09-30 17:09:42 +00:00
|
|
|
@media screen and (max-width: 799px) {
|
2021-10-12 15:20:58 +00:00
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
margin-right: 0;
|
2021-10-14 07:31:28 +00:00
|
|
|
margin-top: var(--spacing-2);
|
2021-09-30 17:09:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 17px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: #ddd;
|
|
|
|
color: black;
|
|
|
|
}
|
2021-10-12 15:20:58 +00:00
|
|
|
@media screen and (max-width: 799px) {
|
|
|
|
&.title {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
div {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2021-09-30 17:09:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|