More styles

This commit is contained in:
Tom Raithel
2017-02-11 12:04:52 +01:00
parent b73cc8896c
commit fc81624813
15 changed files with 117 additions and 41 deletions

View File

@@ -0,0 +1,9 @@
.quadrant-grid {
display: flex;
flex-wrap: wrap;
&__quadrant {
flex: 0 0 50%;
margin-bottom: 40px;
}
}