From 76ac2995b1c460f852816a3271fc7777d12b632d Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Wed, 21 Aug 2024 22:55:05 +0300 Subject: Update about page and style changes --- css/styles.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/styles.css b/css/styles.css index c35da80..970fbe7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -4,10 +4,14 @@ background: transparent; } -p { +p, li { padding-top: 4px; } +ul { + padding-left: 16px; +} + body { font-family: Arial, Helvetica, sans-serif; color: white; @@ -17,6 +21,12 @@ body { min-height: 100vh; } +button { + padding: 10px; + color: white; + background: #2a2a2a; +} + header { background: #202020; padding: 30px; @@ -26,11 +36,13 @@ header { #section-div { align-self: center; - width: 50vw; + width: 70vw; + min-height: 100vh; + background: #1a1a1a; } section { - padding: 20px 10px 10px; + padding: 20px 24px 24px; font-size: 20px; } -- cgit 1.4.1