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
+12 -12
View File
@@ -19,8 +19,8 @@ limitations under the License.
// CSS reset
* {
box-sizing: border-box;
margin: 0;
box-sizing: border-box;
margin: 0;
}
// Styling for universal elements
@@ -28,19 +28,19 @@ limitations under the License.
html,
body,
#root {
height: 100%;
width: 100%;
height: 100%;
width: 100%;
font-family: Helvetica Neue;
font-style: normal;
font-family: Helvetica Neue;
font-style: normal;
background-color: $app-background;
color: $font;
background-color: $app-background;
color: $font;
}
h1 {
font-weight: bold;
font-size: 24px;
line-height: 32px;
text-align: center;
font-weight: bold;
font-size: 24px;
line-height: 32px;
text-align: center;
}