padding, margin

This commit is contained in:
Lukáš Kaňka 2023-12-16 15:35:40 +01:00
parent 5a711ca347
commit ba5492cb27
1 changed files with 6 additions and 3 deletions

View File

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