Filip Rojek <filip(at)filiprojek.cz>
@@ -31,3 +31,4 @@ pgpmobile.addEventListener("click", e => pgpcp)
diff --git a/v4/css/home.css b/v4/css/home.css index 33c76a9..cbcc285 100644 --- a/v4/css/home.css +++ b/v4/css/home.css @@ -1,18 +1,11 @@ +.content { + margin-block: auto; +} .home { - font-family: 'Source Code Pro', monospace; - background: black; - color: white; font-size: 1.2rem; - height: 100vh - max-height: -webkit-fill-available; - max-width: 100vw; - overflow: hidden; + height: 100; } .home section { - position: absolute; - top: 50%; - left: 50%; - transform: translateX(-50%) translateY(-50%); text-align: center; } .home a { diff --git a/v4/css/style.css b/v4/css/style.css index 05975a4..fdff6e0 100644 --- a/v4/css/style.css +++ b/v4/css/style.css @@ -8,6 +8,10 @@ body { display: flex; flex-direction: column; min-height: 100vh; + font-family: 'Source Code Pro', monospace; + background: black; + color: white; + border: 1px solid purple; } .nav { @@ -24,7 +28,10 @@ body { footer { display: flex; + width: 100vw; justify-content: center; align-items: center; align-self: flex-end; + border: 1px solid cyan; + margin-top: auto; } diff --git a/v4/img/fr.ico b/v4/img/fr.ico new file mode 100644 index 0000000..d11cb43 Binary files /dev/null and b/v4/img/fr.ico differ diff --git a/v4/index.php b/v4/index.php index 46682e9..71c1a13 100644 --- a/v4/index.php +++ b/v4/index.php @@ -58,12 +58,12 @@ if($prod) { ?>
Filip Rojek <filip(at)filiprojek.cz>