fix background display on mobile
This commit is contained in:
parent
465353be38
commit
82b2e552b8
1 changed files with 5 additions and 2 deletions
|
@ -4,8 +4,12 @@
|
||||||
@font-face { font-family: 'Bitter'; src: url(../fonts/Bitter/Bitter-VariableFont_wght.ttf) format('woff2'); }
|
@font-face { font-family: 'Bitter'; src: url(../fonts/Bitter/Bitter-VariableFont_wght.ttf) format('woff2'); }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
|
||||||
background-image: url("/img/background.jpg");
|
background-image: url("/img/background.jpg");
|
||||||
|
|
||||||
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
@ -50,8 +54,7 @@ div.window_titlebar {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.window {
|
div.window {
|
||||||
position: relative
|
position: relative;
|
||||||
;
|
|
||||||
border-style: ridge;
|
border-style: ridge;
|
||||||
border-width: 5px;
|
border-width: 5px;
|
||||||
border-color: #c3c3c3;
|
border-color: #c3c3c3;
|
||||||
|
|
Reference in a new issue