Skip to content

Commit 4b3861a

Browse files
committed
Use display: block for body
Signed-off-by: Kowalski Dragon (kowalski7cc) <kowalski7cc@users.noreply.github.com>
1 parent 8fdfb28 commit 4b3861a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sass/main.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body {
1111
margin: 0;
1212
padding: 0;
1313
background-color: #feffff;
14-
display: flex;
14+
display: block;
1515
flex-direction: column;
1616
justify-content: center;
1717
}
@@ -196,9 +196,7 @@ header {
196196
/* Bianco */
197197
color: #fff;
198198

199-
text-align: center;
200199
display: flex;
201-
202200
justify-content: center;
203201
align-items: center;
204202

0 commit comments

Comments
 (0)