From 55b1b47a32f373fbab9be830f1bf77b7e8af2d1c Mon Sep 17 00:00:00 2001 From: Evavic44 Date: Fri, 10 Sep 2021 10:44:13 +0100 Subject: [PATCH] Add padding between content --- sticky-navigation/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sticky-navigation/style.css b/sticky-navigation/style.css index 3fffd64..47084c0 100644 --- a/sticky-navigation/style.css +++ b/sticky-navigation/style.css @@ -104,6 +104,10 @@ body { letter-spacing: 1px; } +.content { + padding: 0 1.5rem; +} + .content h2, .content h3 { font-size: 150%; @@ -114,4 +118,4 @@ body { color: #555; line-height: 30px; letter-spacing: 1.2px; -} +} \ No newline at end of file