From f3f94aa078dba69f1c706af9fbee90136a3a99ce Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 1 Jun 2023 10:07:41 +0200 Subject: [PATCH] linked authors into index --- autori.html | 1 + index.html | 2 +- res/global.css | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/autori.html b/autori.html index af9aa44..ffd4296 100644 --- a/autori.html +++ b/autori.html @@ -13,6 +13,7 @@ +
Autoři tohoto projektu jsou Václav Šmejkal a Dino Suljakovič.
diff --git a/index.html b/index.html index 8304ae9..4716f07 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@
- +
diff --git a/res/global.css b/res/global.css index 0436d78..4671b5c 100644 --- a/res/global.css +++ b/res/global.css @@ -11,8 +11,10 @@ body #back_button { position: fixed; - margin-top: 1vh; - margin-left: 1vh; + /* margin-top: 1vh; + margin-left: 1vh; */ + top: 1vh; + left: 1vh; font-size: xx-large; padding: 1vh; border-radius: 0.5vh;