1
1
Fork 0

fix background display on mobile

This commit is contained in:
Sophie Marie 2023-11-02 13:55:35 -05:00
parent 465353be38
commit 82b2e552b8
Signed by: IDeletedSystem64
GPG Key ID: 33A12B0480AFC8E9
1 changed files with 5 additions and 2 deletions

View File

@ -4,8 +4,12 @@
@font-face { font-family: 'Bitter'; src: url(../fonts/Bitter/Bitter-VariableFont_wght.ttf) format('woff2'); }
body {
width: 100vw;
height: 100vh;
background-image: url("/img/background.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@ -50,8 +54,7 @@ div.window_titlebar {
}
div.window {
position: relative
;
position: relative;
border-style: ridge;
border-width: 5px;
border-color: #c3c3c3;