Bottom navbar on mobile device, minor UI revamp

This commit is contained in:
Liyas Thomas
2019-12-08 09:20:19 +05:30
parent 5c7f3c282b
commit a32eb24f8c

View File

@@ -85,6 +85,7 @@ a {
display: inline-flex;
color: inherit;
text-decoration: none;
transition: all 0.2s ease-in-out;
}
header,
@@ -135,7 +136,10 @@ footer {
.logo {
font-size: 22px;
color: var(--ac-color);
&:hover {
color: var(--ac-color);
}
}
.nav-first,