From ff617b8ba4f0880820c4e224aa8a5b4de0d62632 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 19 Sep 2023 18:54:42 +0200 Subject: [PATCH] run prettifier --- index.css | 16 +++++++++------- index.html | 2 +- sat-rs.css | 2 -- sat-rs.html | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/index.css b/index.css index 4fece93..d92b35a 100644 --- a/index.css +++ b/index.css @@ -1,20 +1,22 @@ @font-face { font-family: 'univers'; src: url('static/font-univers/UniversforUniS55Rm-Regular.ttf') format('truetype'); - } + +/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap"); */ + body { margin: 0; padding: 0; font-family: "univers"; - color:#323232 + color:#323232; + font-size: 24px; } .top-nav { padding: 15px 20px; background-color: #323232; - color: white; - + color: white; } .navbar { @@ -23,11 +25,10 @@ body { align-items: center; margin: 0; padding: 0; - margin-right: 20px; + margin-right: 24px; } .navbar p { font-weight: bold; - font-size: 20px; } .navbar img { @@ -150,7 +151,8 @@ body { height: 100%; text-decoration: none; color: white; - background-color: #004191 + background-color: #004191; + font-size: 18px; } .img-container { diff --git a/index.html b/index.html index 01cb892..e1b352c 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ diff --git a/sat-rs.css b/sat-rs.css index 51b8d95..d8e7fbd 100644 --- a/sat-rs.css +++ b/sat-rs.css @@ -1,5 +1,3 @@ -@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap"); - body { margin: 0; padding: 0; diff --git a/sat-rs.html b/sat-rs.html index bc16739..5b87df6 100644 --- a/sat-rs.html +++ b/sat-rs.html @@ -11,7 +11,7 @@