Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit edacc86

Browse files
Fix main content layout
1 parent 9bbe3b3 commit edacc86

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/styles/_utils.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
border-color: $tc-gray-05;
1717
opacity: 0.5;
1818
}
19-
20-
.content {
21-
flex: 1 1 auto;
22-
}
19+
2320
}
2421

2522
.sidebar-footer {
@@ -28,6 +25,10 @@
2825
}
2926
}
3027

28+
.content {
29+
flex: 1 1 auto;
30+
}
31+
3132
.button {
3233
@include roboto-bold;
3334

0 commit comments

Comments
 (0)