Fix scss indent

This commit is contained in:
Jorik Schellekens
2020-06-24 16:23:36 +01:00
parent 317d60b552
commit 6dab598f10
4 changed files with 26 additions and 26 deletions
+7 -7
View File
@@ -15,19 +15,19 @@ limitations under the License.
*/
@mixin spacer {
width: 100%;
flex-grow: 1;
flex-shrink: 0;
width: 100%;
flex-grow: 1;
flex-shrink: 0;
}
.topSpacer {
@include spacer;
@include spacer;
height: 30vh;
height: 30vh;
}
.bottomSpacer {
@include spacer;
@include spacer;
height: 10vh;
height: 10vh;
}