Added GridHelper, added smooth text fade transition
This commit is contained in:
@@ -4,6 +4,7 @@ body, html {
|
||||
overflow: hidden; /* Prevents scrollbars */
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
@@ -59,9 +60,10 @@ body, html {
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
z-index: 1; /* TODO Solve this in HTML */
|
||||
font-family: 'SF Pro Medium';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family: 'SF Pro Medium';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
@@ -78,10 +80,10 @@ body, html {
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
z-index: 1; /* TODO Solve this in HTML */
|
||||
font-family: 'Blender Pro Bold';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
font-family: 'Blender Pro Bold';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user