This commit is contained in:
ntr
2019-09-13 12:22:13 +10:00
parent d873c80e92
commit f894538c9b
12 changed files with 871 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ aside {
button {
width: 100%;
font-size: 150%;
margin: 0;
margin-bottom: 0.5em;
}
button.ready:enabled {
+10 -2
View File
@@ -236,7 +236,7 @@ figure.gray {
header {
.options {
font-size: 150%;
font-size: 250%;
}
button {
@@ -268,4 +268,12 @@ ul {
li {
margin-bottom: 0.5em;
}
}
.logo {
background-image: url("../../src/components/svgs/mnml.2.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}