update info

This commit is contained in:
2026-05-10 21:37:15 +02:00
parent 898ac2b7c3
commit 70960c424c
3 changed files with 23 additions and 25 deletions
+9 -1
View File
@@ -238,6 +238,7 @@ input::-moz-focus-inner {
position: relative;
display: inline-block;
}
padding-bottom: 60px;
.dropdown-content {
display: none;
@@ -274,10 +275,17 @@ input::-moz-focus-inner {
}
footer,
site-footer {
.site-footer { /* přidal jsem tečku u site-footer, pokud je to class */
font-family: "Montserrat", sans-serif;
font-size: small;
display: block;
position: fixed;
bottom: 0; /* ZDE: Přibít k dolnímu okraji */
left: 0; /* ZDE: Přibít k levému okraji */
width: 100%; /* ZDE: Roztáhnout přes celou šířku */
background-color: var(--secondary); /* Doporučuji pozadí, jinak bude průhledný */
text-align: center;
padding: 10px 0;
}
@media screen and (min-width: 64em) {