We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ec969 commit efba27eCopy full SHA for efba27e
web/themes/interledger/css/layout.css
@@ -15,10 +15,16 @@ section {
15
padding-inline: 5%;
16
}
17
18
+@media screen and (min-width: 1210px) {
19
+ .layout--twocol-section--50-50 {
20
+ padding-inline: 0;
21
+ margin-inline: auto;
22
+ }
23
+}
24
+
25
@media screen and (min-width: 840px) {
26
.layout--twocol-section--50-50 {
27
max-width: var(--max-content-width);
- margin-inline: auto;
28
flex-wrap: initial;
29
gap: var(--space-m);
30
web/themes/interledger/interledger.libraries.yml
@@ -1,5 +1,5 @@
1
global-styling:
2
- version: 1.4.2
+ version: 1.4.3
3
css:
4
theme:
5
css/fonts.css: {}
0 commit comments