We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3af816 commit e138877Copy full SHA for e138877
1 file changed
src/css/components/static-content.css
@@ -1,6 +1,7 @@
1
.static-content {
2
width: 50%;
3
margin: 0 auto;
4
+ max-width: var(--layout-inner-max-width);
5
}
6
7
.static-content.upcoming-conference-container {
@@ -24,6 +25,11 @@
24
25
list-style-type: none;
26
27
28
+.pagination {
29
+ display: flex;
30
+ justify-content: space-between;
31
+}
32
+
33
@media screen and (max-width: 900px) and (orientation: portrait),
34
(max-width: 823px) and (orientation: landscape) {
35
0 commit comments