change bg to cover and add more top margin to panel

This commit is contained in:
Xaloc 2023-07-07 15:23:09 +02:00
parent dbf21f570b
commit 1c50d3bbe7
1 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,9 @@ html {
}
body {
background-image: url("bg.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100%;
margin: 0;
padding: 0;
@ -14,9 +17,10 @@ body {
.panel {
height: 60%;
min-height: 192px;
margin-left: 15%;
margin-right: 15%;
margin-top: 15%;
margin-top: 20%;
font-size: 15px;
text-align: center;
text-decoration: none;