Skip to content

Commit cda01d2

Browse files
committed
fix(static-content.css): adjust max width and pagination styles
1 parent c389c4e commit cda01d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/css/components/static-content.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.static-content {
22
width: 50%;
33
margin: 0 auto;
4+
max-width: var(--layout-inner-max-width);
45
}
56

67
.static-content.upcoming-conference-container {
@@ -24,6 +25,11 @@
2425
list-style-type: none;
2526
}
2627

28+
.pagination {
29+
display: flex;
30+
justify-content: space-between;
31+
}
32+
2733
@media screen and (max-width: 900px) and (orientation: portrait),
2834
(max-width: 823px) and (orientation: landscape) {
2935
.static-content {

0 commit comments

Comments
 (0)