min height fix

This commit is contained in:
Booklordofthedings 2024-12-21 21:44:10 +01:00
parent 70c2dcf6c5
commit 0947d67973
2 changed files with 4 additions and 1 deletions

View file

@ -31,7 +31,9 @@
<img src="image.jpg" width="500px" height="500px" class="lyb-img" /> <img src="image.jpg" width="500px" height="500px" class="lyb-img" />
Bookmage Bookmage
</div> </div>
<p class="lyb-info">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div> </div>
</body> </body>

View file

@ -24,6 +24,7 @@
/* Box used to make content dynamically scale */ /* Box used to make content dynamically scale */
.lyb-box { .lyb-box {
max-width: 90rem; max-width: 90rem;
min-height: 100vh;
margin: 0 auto; margin: 0 auto;
background-color: #1e2633; background-color: #1e2633;
display:block; display:block;