From 049188ed38d0a832f6ef6f766ae17f282f11f40c Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Thu, 14 Mar 2024 10:46:34 +0100 Subject: [PATCH] small updates --- frontend/src/styles/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 826298e..e2a00d6 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -14,6 +14,7 @@ body { } .social { + margin: 10px auto; border-radius: 40px; background:rgba(255,255,255,0.4); } @@ -35,6 +36,7 @@ form.container{ margin: 10px auto; background:rgba(255,255,255,0.7); padding: 10px; + font-size: larger; border-radius: 10px; }