Update assets/css/style.css

This commit is contained in:
2026-06-16 11:59:59 +02:00
parent 3dfaedd66d
commit a8f1edc4b7
+20
View File
@@ -32,4 +32,24 @@ button {
h1,
h2 {
margin-top: 0;
}
.bottom-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 56px;
background: #222;
display: flex;
justify-content: space-around;
align-items: center;
border-top: 1px solid #444;
z-index: 1000;
}
.bottom-bar a {
color: #fff;
text-decoration: none;
font-size: 14px;
padding: 10px 12px;
}