From 889a5e348bfc94990f84cf174b7dc4b6b5f63191 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Tue, 12 Mar 2024 21:57:32 +0100 Subject: [PATCH] video reoder and social media --- frontend/src/scripts/index.js | 15 ++++++++++----- frontend/src/styles/index.scss | 5 +++++ 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 371faea..8dda15d 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -99,14 +99,19 @@ class Main extends Component { */} -
- -
-
- kontakt: info@alkator.cz +
+ +
+
+
+ info@alkator.cz + + + +
); diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index f52714a..b26889d 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -40,4 +40,9 @@ form.container{ .absolute{ position: fixed; top: 0px; +} + +.kontakt > div > a { + margin:auto; + padding: 10px; } \ No newline at end of file