Refactor, tweaks, clean-up, improve

This commit is contained in:
Melvin Valster
2019-07-24 23:27:23 +02:00
parent 36742ea22e
commit e021dea1ab
16 changed files with 258 additions and 130 deletions
+9
View File
@@ -0,0 +1,9 @@
.playground-section {
margin-bottom: 2em;
padding-bottom: 2em;
border-bottom: 1px solid rgba(255, 255, 255, .1);
&:last-child {
margin-bottom: 0;
}
}