uprava index.htmml a css stylů

This commit is contained in:
archos
2024-08-02 17:07:15 +02:00
parent f091c89729
commit 1ba9de4b48
7 changed files with 113 additions and 85 deletions

View File

@ -742,3 +742,19 @@ body {
.grid-item-banner {
width: 88px;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.site-footer p {
text-align: center;
margin: 0;
}