Fix layout height, change background video

This commit is contained in:
2025-06-10 23:03:02 +02:00
parent 718bb33a6e
commit 26413854c0
3 changed files with 10 additions and 2 deletions

Binary file not shown.

View File

@@ -14,7 +14,6 @@
<main class="container"> <main class="container">
<div class="card logo-card"> <div class="card logo-card">
<img src="assets/jmpbianco.png" alt="JMP Games" class="logo"> <img src="assets/jmpbianco.png" alt="JMP Games" class="logo">
<h1>Enter the next Level</h1>
</div> </div>
<div class="card game-card"> <div class="card game-card">
@@ -22,6 +21,8 @@
<div class="game-preview"> <div class="game-preview">
<h3>The Drunken Beard</h3> <h3>The Drunken Beard</h3>
<iframe style="width:100%" height="315" src="https://www.youtube.com/embed/IGv_IGnXH6s?si=nnKGEUqYjIs4Nw90" title="The Drunken Beard" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> <iframe style="width:100%" height="315" src="https://www.youtube.com/embed/IGv_IGnXH6s?si=nnKGEUqYjIs4Nw90" title="The Drunken Beard" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<br/>
<br/>
<p>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! <p>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!
</p> </p>
<div class="release-date">Demo available May 9th 2025</div> <div class="release-date">Demo available May 9th 2025</div>

View File

@@ -41,6 +41,7 @@ body {
} }
.container { .container {
height: 100%;
max-width: 1200px; max-width: 1200px;
width: 90%; width: 90%;
margin: 2rem auto; margin: 2rem auto;
@@ -74,7 +75,7 @@ body {
} }
.logo { .logo {
width: 150px; width: 250px;
height: auto; height: auto;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
@@ -94,6 +95,12 @@ h2 {
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
} }
h3 {
font-size: clamp(1.4rem, 4vw, 1.8rem);
margin-top: 1rem;
margin-bottom: 1rem;
}
.tagline { .tagline {
font-size: 1.2rem; font-size: 1.2rem;
opacity: 0.8; opacity: 0.8;