From 5400d03da57b2dac0e5b3acd11f2b0bf88ddc15a Mon Sep 17 00:00:00 2001 From: Kristoffer Juelsen Date: Wed, 6 Apr 2022 14:11:28 +0200 Subject: [PATCH] Updated style for links and icon --- src/client/src/index.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/client/src/index.css b/src/client/src/index.css index 2676603..8a0b7ef 100644 --- a/src/client/src/index.css +++ b/src/client/src/index.css @@ -4,7 +4,12 @@ body { height: 100%; } body { - margin: 0; + /* */ + overflow-y: auto !important; + margin: 0 !important; + padding: 0 !important; + /* */ + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; @@ -26,7 +31,7 @@ code { border: 3px solid #1ab35a; background-color: white; margin: 5px; - margin-bottom: 0; + float: left; /* margin: 50% calc(2vw + 50%) 50% 50%; */ }