animations test fixes + new strike

This commit is contained in:
ntr
2019-09-16 14:29:32 +10:00
parent d1b13ce092
commit 0edfe55387
5 changed files with 73 additions and 104 deletions
+12
View File
@@ -93,6 +93,18 @@ dl {
"main ctrl";
padding: 0.5em 1em;
&.animations-test {
grid-template-columns: 1fr 9fr 1fr;
grid-template-areas:
"hdr hdr ctrl"
"nav main ctrl"
"nav main ctrl";
nav {
display: initial;
}
}
}
main {