lot of changes

This commit is contained in:
2019-10-26 19:13:01 +02:00
parent 0f3ab4052e
commit 9d7fa05272
4 changed files with 296 additions and 117 deletions

View File

@ -1,3 +1,11 @@
@font-face {
font-family: 'Share Tech Mono';
font-style: normal;
font-weight: 400;
src: local('Share Tech Mono'), local('ShareTechMono-Regular'), url(../fonts/ShareTechMono.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
padding: 0;
margin: 0;
@ -12,7 +20,7 @@ body {
canvas {
display: block;
flex-shrink: 0;
}
}
.columns {
display: flex;
@ -20,7 +28,7 @@ canvas {
justify-content: center;
}
.side {
.space {
flex-grow: 2;
}
@ -28,19 +36,27 @@ canvas {
display: flex;
flex-direction: column;
margin: 5% 2%;
height: 400px;
}
.hold {
max-width: 120px;
height: initial;
}
.stats {
display: flex;
flex-direction: row;
margin: 10% 0;
font-family: 'Share Tech Mono';
font-size: 1.2em;
}
.stats-values {
text-align: right;
min-width: 80px;
}
.matrix {
max-width: 200px;
margin: 5% 2%;
border: 0.5px solid grey;
}