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

Commit c0a5f65

Browse files
author
Artem Netsvetaev
committed
layout improves
1 parent f7c7ea4 commit c0a5f65

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/scss/styles.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
padding: calc(var(--toolbar-height) + 10px) 8px;
2323
width: min(1200px, 100%);
2424
margin: 0 auto;
25+
display: flex;
26+
flex-direction: column;
27+
}
28+
29+
.layout-main > div, .layout-main .single-spa-container {
30+
flex: 1;
31+
display: flex;
32+
flex-direction: column;
2533
}
2634

2735
.layout-toolbar {
@@ -41,3 +49,9 @@
4149
a {
4250
text-decoration: none;
4351
}
52+
53+
@media screen and (min-width: 576px) {
54+
.layout-main {
55+
padding-bottom: 0;
56+
}
57+
}

0 commit comments

Comments
 (0)