From 1e2c41244994c469001de793696ff957ec99a51b Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Wed, 13 Mar 2024 14:38:04 +0100 Subject: [PATCH] move social up --- frontend/src/scripts/index.js | 16 ++++++++-------- frontend/src/styles/index.scss | 5 +++++ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 8dda15d..bd5bc73 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -51,7 +51,7 @@ class Main extends Component {
-
+

KDY? @@ -99,13 +99,7 @@ class Main extends Component {

*/} -
- -
-
- -
-
+ +
+ +
+
+ +
); } diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index b26889d..0af53c7 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -13,6 +13,11 @@ body { height: auto; } +.social { + border-radius: 40px; + background:rgba(255,255,255,0.4); +} + form.container{ background:rgba(255,255,255,0.4); border-radius: 10px;