Oprava rozložení hlavičky – nadpis na středu, tlačítko Archiv vpravo

This commit is contained in:
archos
2025-02-08 20:43:55 +01:00
parent 634b3ada56
commit 4f04cc0b1c
2 changed files with 37 additions and 13 deletions

View File

@ -31,3 +31,22 @@ footer {
a[rel="me"] {
display: none;
}
.dropdown {
display: flex;
justify-content: flex-end; /* Posune tlačítko doprava */
margin-right: 20px; /* Přidá trochu prostoru od kraje */
}
header .d-flex {
display: flex;
justify-content: space-between;
align-items: center;
}
header h1 {
flex-grow: 1;
text-align: center;
}
.dropdown {
margin-right: 20px;
}