From 4ce89068a1e3205dff343577568e5fdadfa7331c Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 6 Feb 2022 19:06:52 +0100 Subject: [PATCH] Converted css to sass (please do it yourself the next time ._.) --- css/index.sass | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/css/index.sass b/css/index.sass index ee5f4aa..f695275 100644 --- a/css/index.sass +++ b/css/index.sass @@ -140,6 +140,34 @@ ol i margin-right: 20px +.about-section + font-family: "Roboto", sans-serif + width: 60% + text-align: center + margin:auto + + + +.legal-section + font-family: "Roboto", sans-serif + width: 60% + margin:auto + + +.legal-section p + margin-bottom: 5% + + +.contact-section + font-family: "Roboto", sans-serif + width: 60% + margin:auto + + +.contact-section p + margin-bottom: 5% + + input border: 2px solid $primary-color padding: 5px 3px