diff --git a/root/css/base.css b/root/css/base.css index 9832c0a..31a2512 100644 --- a/root/css/base.css +++ b/root/css/base.css @@ -8,8 +8,6 @@ } body { - position: relative; - min-height: 100em; padding: 0; margin: 0; font-family: Roboto; @@ -44,7 +42,6 @@ main > p { #links-container { justify-content: center; display: flex; - flex-flow: row wrap; width: 100%; } @@ -66,7 +63,7 @@ div.item > a { } div.item:hover { - animation: hover 0.2s forwards; + animation:hover 0.2s forwards; } @keyframes hover { @@ -76,42 +73,30 @@ div.item:hover { img.item { height: inherit; - margin: 0 auto; } div.image { border-radius: 15pt; height: 58pt; - min-width: 58pt; - display: block; - width: fit-content; + width: auto; + display: inline-block; padding: 5pt; margin: 12pt 10pt 12pt 12pt; - text-align: center; background: white; } div.desc { margin: auto 6pt auto 0; text-align: center; - font-weight: 800; - font-size: 14pt; + font-weight: 700; + font-size:15pt; } footer { - position: absolute; - bottom: 0; + position: fixed; + display: flex; left: 0; - width: 100%; + bottom: 0; height: 10em; border-top: grey 1px solid; - display: flex; - justify-content: center; - align-items: center; } - -@media screen and (max-width: 600px) { - div.item { - width: 70%; - } -} \ No newline at end of file diff --git a/root/index.php b/root/index.php index 3296b1b..49c0e48 100644 --- a/root/index.php +++ b/root/index.php @@ -2,17 +2,9 @@ "authentik","displayname" => "Authentik", "link" => "https://auth.marcelsite.com", "image" => "/static/authentik.svg"), - array("name" => "uptime-kuma","displayname" => "Uptime Kuma", "link" => "https://status.marcelsite.com", "image" => "/static/uptime-kuma.svg"), - array("name" => "forgejo","displayname" => "Forgejo", "link" => "https://git.marcelsite.com", "image" => "/static/forgejo.svg"), - array("name" => "peertube","displayname" => "Peertube", "link" => "https://peertube.marcelsite.com", "image" => "/static/peertube.svg"), - array("name" => "element","displayname" => "Matrix (Element)", "link" => "https://element.marcelsite.com", "image" => "/static/element.svg"), -]; ?> - <?php echo $title; ?> @@ -21,25 +13,26 @@ $services = [

+

You've reached my realm. Now look around or leave.

- -"; -} -?> -
- + diff --git a/root/static/peertube.svg b/root/static/peertube.svg deleted file mode 100644 index 5dacced..0000000 --- a/root/static/peertube.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/root/static/uptime-kuma.svg b/root/static/uptime-kuma.svg deleted file mode 100644 index c421791..0000000 --- a/root/static/uptime-kuma.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - -