change format settings
This commit is contained in:
@@ -5,12 +5,12 @@ $text-color: $light-gray;
|
||||
$background-color: $dark-gray;
|
||||
|
||||
body {
|
||||
color: $text-color;
|
||||
background-color: $background-color;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
min-height: 100vh;
|
||||
color: $text-color;
|
||||
background-color: $background-color;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user