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