update studios site
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user