Aktualizace vzhledu pro lepší zobrazení patičky
This commit is contained in:
14
styly.css
14
styly.css
@ -1,5 +1,9 @@
|
||||
body {
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
margin: 0;
|
||||
}
|
||||
h1 {
|
||||
margin-bottom: 20px;
|
||||
@ -14,3 +18,13 @@ th, td {
|
||||
font-size: 1.5em;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
footer {
|
||||
margin-top: 20px;
|
||||
background-color: #f8f9fa;
|
||||
padding: 20px;
|
||||
border-top: 1px solid #e7e7e7;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.container {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user