1
0
Fork 0

Fixed position of a background image on an index page.

This commit is contained in:
Alexander Andreev 2023-08-13 00:03:29 +04:00
parent 91d7d79109
commit 8a278c6052
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
body {
height: 75vh;
margin-top: 25vh; }
margin-top: 25vh;
min-height: 75vh; }
header { position: relative; }