diff --git a/index.html b/index.html index 95b17d9..1f3829e 100644 --- a/index.html +++ b/index.html @@ -239,8 +239,12 @@ dangrubb.net

-
+

EXCLUSIVE: Leaked mixtape from Darnea's vault +

+ +
+
-
-
-
diff --git a/style.css b/style.css index 21da7a4..1a18b69 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,9 @@ body { padding: 40px 20px; font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace; color: #9d9aa4; + display: flex; + flex-direction: column; + min-height: 100vh; } .bard { @@ -157,21 +160,18 @@ p { } .announcement { - margin: 30px auto 0; - padding: 20px; - max-width: 500px; - background: #ffeb3b; - border: 3px solid #fbc02d; - border-radius: 8px; + margin: 20px auto 0; + position: relative; + max-width: 400px; text-align: center; - box-shadow: 0 4px 12px rgba(255, 235, 59, 0.3); + line-height: 1.3; + font-size: 0.875rem; } .announcement a { - color: #000; + color: #ffeb3b; font-weight: bold; text-decoration: none; - font-size: 1rem; } .announcement a:hover, @@ -181,15 +181,16 @@ p { } .links-bottom { - margin: 60px auto 0; + margin-top: auto; + padding-top: 40px; position: relative; max-width: 400px; text-align: center; - padding-bottom: 20px; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; + align-self: center; } .links-bottom a {