diff --git a/assets/background.mp4 b/assets/background.mp4 index dd19cca..b7cb9f0 100644 Binary files a/assets/background.mp4 and b/assets/background.mp4 differ diff --git a/index.html b/index.html index 7db9d8f..c255016 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,6 @@
-

Enter the next Level

@@ -22,6 +21,8 @@

The Drunken Beard

+
+

In The Drunken Beard, you take the reins of a lively tavern where every pint tells a story. Brew craft beers, manage orders between thirsty dwarves and impatient adventurers, expand the inn and turn it into a legendary haven. Between secret recipes, rustic furnishings, and demanding customers, only the finest innkeeper will win over hearts and livers. Glory awaits.. one beer at a time!

Demo available May 9th 2025
diff --git a/styles.css b/styles.css index 947522e..ca50dce 100644 --- a/styles.css +++ b/styles.css @@ -41,6 +41,7 @@ body { } .container { + height: 100%; max-width: 1200px; width: 90%; margin: 2rem auto; @@ -74,7 +75,7 @@ body { } .logo { - width: 150px; + width: 250px; height: auto; margin-bottom: 1rem; } @@ -94,6 +95,12 @@ h2 { padding-bottom: 0.5rem; } +h3 { + font-size: clamp(1.4rem, 4vw, 1.8rem); + margin-top: 1rem; + margin-bottom: 1rem; +} + .tagline { font-size: 1.2rem; opacity: 0.8;