From ba5492cb2739d1343f534947fd3d062265f21ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Ka=C5=88ka?= <124378142+LukasKanka@users.noreply.github.com> Date: Sat, 16 Dec 2023 15:35:40 +0100 Subject: [PATCH] padding, margin --- style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 2b07364..9de42c9 100644 --- a/style.css +++ b/style.css @@ -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;