Beginning the mobile UI

This commit is contained in:
2024-08-26 16:57:29 +02:00
parent da610022b4
commit cc095af0c4
8 changed files with 54 additions and 15 deletions

View File

@@ -384,4 +384,17 @@ html.light-mode .light-block {
.link-icon {
display: inline-block;
vertical-align: sub;
}
.mobile-nav-bar {
display: flex;
flex-direction: column;
margin: 0.5em;
}
.mobile-nav-bar-text {
padding: .25em;
font-size: larger;
color: var(--text-color);
font-weight: bolder;
}