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;