1
0
Fork 0

Set min-height so a background image will be at the bottom of a window.

This commit is contained in:
Alexander Andreev 2023-08-06 04:19:42 +04:00
parent 7ee5939d39
commit 78e5695f53
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ body {
font-size: 1.1rem;
margin: 0 auto;
max-width: 960px;
min-height: 100vh;
width: 98%; }
@media screen and (min-width: 1280px) {