Merge branch 'release/1.8.0' of ssh://git.mnml.gg:40022/~/mnml into release/1.8.0

This commit is contained in:
ntr
2019-11-06 14:48:04 +11:00
8 changed files with 80 additions and 14 deletions
+2 -1
View File
@@ -133,6 +133,7 @@
}
.skills {
z-index: 2;
button {
width: 100%;
height: 2em;
@@ -144,6 +145,7 @@
}
.effects {
z-index: 2;
grid-area: effects;
white-space: nowrap;
width: 100%;
@@ -230,7 +232,6 @@
padding-left: 1em;
padding-right: 1em;
text-align: center;
font-size: 0.8em;
svg {
display: inline;
height: 1em;
+2
View File
@@ -132,6 +132,7 @@
grid-area: skills;
padding: 0 0.5em;
margin-bottom: 0.75em;
z-index: 2;
display: grid;
grid-template-columns: repeat(3, 1fr);
@@ -149,6 +150,7 @@
grid-area: specs;
padding: 0 0.5em;
margin-bottom: 0.75em;
z-index: 2;
display: grid;
grid-template-columns: repeat(3, 1fr);
+1
View File
@@ -309,6 +309,7 @@ li {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 0;
// pointer-events: none;
}