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

Commit

Permalink
layout improves
Browse files Browse the repository at this point in the history
  • Loading branch information
fizfakovets committed Feb 19, 2023
1 parent f7c7ea4 commit c0a5f65
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
padding: calc(var(--toolbar-height) + 10px) 8px;
width: min(1200px, 100%);
margin: 0 auto;
display: flex;
flex-direction: column;
}

.layout-main > div, .layout-main .single-spa-container {
flex: 1;
display: flex;
flex-direction: column;
}

.layout-toolbar {
Expand All @@ -41,3 +49,9 @@
a {
text-decoration: none;
}

@media screen and (min-width: 576px) {
.layout-main {
padding-bottom: 0;
}
}

0 comments on commit c0a5f65

Please sign in to comment.