This commit is contained in:
2019-10-28 02:33:30 +01:00
parent affa958ab8
commit 0c8b42f3ea
4 changed files with 27 additions and 32 deletions

View File

@ -34,7 +34,7 @@ a {
text-decoration: none;
}
.actions {
#actions {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 20px;

View File

@ -56,34 +56,34 @@ canvas {
width: 150px;
}
.hold {
#hold {
width: 120px;
}
.stats {
#stats {
display: flex;
flex-direction: row;
margin: 10% 0;
font-size: 1.2em;
}
.stats-names {
#stats-names {
font-family: 'Share Tech';
text-align: left;
}
.stats-values {
#stats-values {
text-align: right;
font-family: 'Share Tech Mono';
min-width: 90px;
}
.matrix {
#matrix {
margin: 5% 2%;
border: 0.5px solid grey;
}
.next {
#next {
width: 120px;
margin: 5% 2%;
}