Skip to content

Commit 07584da

Browse files
authored
news page mobile layout fix (#628)
1 parent eb9c672 commit 07584da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/scss/components/_event_archive.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
.archived-event-wrapper {
2-
width: 1100px;
2+
max-width: 1100px;
33
margin-left: auto;
44
margin-right: auto;
55
min-height: 90vh;
6+
padding-left: 16px;
7+
padding-right: 16px;
68

79
a {
810
text-decoration: none;

0 commit comments

Comments
 (0)