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