Skip to content

Commit f0cdd7a

Browse files
fix
1 parent 30421cf commit f0cdd7a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client/src/app/core/theme/user/user.component.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
position: relative;
1919
// display: flex;
2020
// flex-flow: row wrap;
21-
max-width: 2000px;
21+
max-width: 100%;
2222
margin: 0 auto;
2323
width: 100%;
2424
padding: 20px 270px 0 20px;
@@ -74,7 +74,7 @@ hr {
7474
@include mixins.flexBox(flex, null, null, center, null);
7575
width: 100%;
7676
@media screen and (max-width: 767px) {
77-
justify-content: end !important;
77+
justify-content: space-around !important;
7878
}
7979
}
8080
&__li {

client/src/scss/layout/_base.scss

+1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ wform {
334334
&-sidebar {
335335
flex: 0 0 280px;
336336
max-width: 280px;
337+
width: 100%;
337338
background: var(--c-bg-secondary);
338339
height: calc(100vh - 100px);
339340
border-radius: 12px;

0 commit comments

Comments
 (0)