Mobile support :)
This commit is contained in:
parent
8786a4b2d8
commit
5857bb3082
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
<!-- Website embed -->
|
<!-- Website embed -->
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
<meta content="Blueheart" property="og:title"/>
|
<meta content="Blueheart" property="og:title"/>
|
||||||
<meta content="Blueheart - a Tribute" property="og:description"/>
|
<meta content="Blueheart - a Tribute" property="og:description"/>
|
||||||
<meta content="https://blueheart.system64.dev/img/blueheart.gif">
|
<meta content="https://blueheart.system64.dev/img/blueheart.gif">
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
<link rel="icon" type="image/x-icon" href="img/blueheart.gif">
|
<link rel="icon" type="image/x-icon" href="img/blueheart.gif">
|
||||||
|
|
||||||
<!-- Website embed -->
|
<!-- Website embed -->
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
<meta content="Blueheart" property="og:title"/>
|
<meta content="Blueheart" property="og:title"/>
|
||||||
<meta content="Blueheart - a Tribute" property="og:description"/>
|
<meta content="Blueheart - a Tribute" property="og:description"/>
|
||||||
<meta content="https://blueheart.system64.dev/img/blueheart.gif">
|
<meta content="https://blueheart.system64.dev/img/blueheart.gif">
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
@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;
|
height: 100vh;
|
||||||
|
|
||||||
background-image: url("/img/background.jpg");
|
background-image: url("/img/background.jpg");
|
||||||
|
@ -59,7 +58,11 @@ div.window {
|
||||||
border-width: 5px;
|
border-width: 5px;
|
||||||
border-color: #e9e9e9;
|
border-color: #e9e9e9;
|
||||||
|
|
||||||
|
overflow-y: auto;
|
||||||
width: 60vw;
|
width: 60vw;
|
||||||
|
max-width: 80vw;
|
||||||
|
|
||||||
|
max-height: 60vh;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
background-color: #e9e9e9;
|
background-color: #e9e9e9;
|
||||||
|
|
Reference in New Issue