Skip to content

Commit 11132ef

Browse files
committed
Fixed some styling which for some reason had broken on latest docker pull
1 parent d70700b commit 11132ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/src/components/active-group-list/ActiveGroupList.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
justify-content: center;
55
align-content: flex-start;
66
padding: 4em 0;
7-
width: 45%;
7+
width: 50%;
88

99

1010
@media (max-width: 810px) {

frontend/src/components/active-users-list/ActiveUserList.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@import 'src/global-styles/vars';
22

33
.activeSmurfsWrapper {
4-
padding: 28px 0;
4+
padding: 28px;
55
margin: 0 0 1em;
66
color: #666;
77
display: flex;
88
justify-content: center;
9-
min-width: 55%;
9+
min-width: 45%;
1010

1111
@media (max-width: 810px) {
1212
width: 100%;

0 commit comments

Comments
 (0)