diff --git a/root/css/base.css b/root/css/base.css index 31a2512..b3aa0ec 100644 --- a/root/css/base.css +++ b/root/css/base.css @@ -42,6 +42,7 @@ main > p { #links-container { justify-content: center; display: flex; + flex-flow: row wrap; width: 100%; } @@ -88,12 +89,12 @@ div.image { div.desc { margin: auto 6pt auto 0; text-align: center; - font-weight: 700; - font-size:15pt; + font-weight: 800; + font-size:14pt; } footer { - position: fixed; + position: relative; display: flex; left: 0; bottom: 0; diff --git a/root/index.php b/root/index.php index 2fb52a6..beda4cf 100644 --- a/root/index.php +++ b/root/index.php @@ -5,6 +5,7 @@ $title = "Marcel's Homepage"; ?> + <?php echo $title; ?> @@ -13,6 +14,10 @@ $title = "Marcel's Homepage";

+

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

+ -

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