This commit is contained in:
2020-03-07 23:00:11 +01:00
committed by smuddy
parent ccd91aa81c
commit d68cd590ad
57 changed files with 2012 additions and 3489 deletions

View File

@@ -1,6 +1,5 @@
.row {
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
width: 100%;
}

View File

@@ -6,11 +6,18 @@
border-radius: 8px;
background: #fffe;
overflow: hidden;
width: 50vw;
width: 800px;
@media screen and (max-width: 860px) {
width: 100vw;
border-radius: 0px;
background: #fffa;
}
&.padding {
padding: 20px;
}
box-sizing: border-box;
}
.heading {