Skip to content

Commit 67e73ae

Browse files
authored
style: fix home style
1 parent e646aba commit 67e73ae

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

css/style.css

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,8 @@ body {
99
margin: 0;
1010
padding: 0;
1111
color: var(--fg);
12-
display: grid;
13-
grid-template-areas:
14-
'header'
15-
'content'
16-
'footer'
17-
}
18-
19-
header {
20-
grid-area: header;
21-
}
22-
23-
.content {
24-
grid-area: content;
25-
}
26-
27-
footer {
28-
grid-area: footer;
12+
display: flex;
13+
flex-direction: column;
2914
}
3015

3116
body.no-scroll{

0 commit comments

Comments
 (0)