css improvements

This commit is contained in:
2024-02-10 19:33:05 +01:00
parent 1ef0cdec90
commit 00dc8b5d4f
6 changed files with 18 additions and 10 deletions

View File

@@ -8,8 +8,7 @@ main{
background-image: url("/diagonal_lines_home.png");
background-size: cover;
background-repeat: repeat;
margin-inline: -.10vw;
height: 75vh;
min-height: 75vh;
padding-inline: 10vw;
.home-main-box {
@@ -42,6 +41,6 @@ main{
justify-self: flex-end;
margin: 0;
margin-top: 2vh;
max-width: 450px;
max-width: 500px;
}
}