update studios site

This commit is contained in:
ntr
2020-01-04 17:29:07 +10:00
parent 02b25f92b7
commit 54cbf20b54
25 changed files with 20957 additions and 7 deletions
+15 -7
View File
@@ -9,13 +9,9 @@
@import 'game.less';
@import 'player.less';
html body {
margin: 0;
background-color: black;
font-family: 'Jura';
color: whitesmoke;
font-size: 14pt;
html {
box-sizing: border-box;
font-size: 62.5%;
user-select: none;
-moz-user-select: none;
@@ -27,6 +23,18 @@ html body {
overflow-y: hidden;
}
body {
font-size: 1.8em;
line-height: 1.6;
font-weight: 400;
margin: 0;
padding: 0;
background-color: black;
font-family: 'Jura';
color: whitesmoke;
}
html {
box-sizing: border-box;
margin: 0;