padding, margin

This commit is contained in:
Lukáš Kaňka 2023-12-16 15:35:40 +01:00
parent 5a711ca347
commit ba5492cb27

View File

@ -21,15 +21,16 @@ body {
.navigation { .navigation {
flex: 1; flex: 1;
margin: 0px 0px 0px 50px;
} }
.content { .content {
flex: 3; flex: 3;
} }
/* .articles { .articles {
flex: 2; margin: 0px 50px 0px 0px;
} */ }
footer { footer {
position: fixed; position: fixed;
@ -42,10 +43,12 @@ footer {
h1 { h1 {
font-family: cursive; font-family: cursive;
margin: 0px 0px 0px 30px;
} }
h2 { h2 {
font-family: cursive; font-family: cursive;
margin: 0px 0px 0px 30px;
} }
.button { .button {
color: white; color: white;