mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-05-19 18:03:47 +00:00
update info
This commit is contained in:
+9
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user