Skip to content

Commit efba27e

Browse files
authored
Sj/fix two col layout (#103)
* fix: remove extra inline padding from two col layout
1 parent b8ec969 commit efba27e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

web/themes/interledger/css/layout.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ section {
1515
padding-inline: 5%;
1616
}
1717

18+
@media screen and (min-width: 1210px) {
19+
.layout--twocol-section--50-50 {
20+
padding-inline: 0;
21+
margin-inline: auto;
22+
}
23+
}
24+
1825
@media screen and (min-width: 840px) {
1926
.layout--twocol-section--50-50 {
2027
max-width: var(--max-content-width);
21-
margin-inline: auto;
2228
flex-wrap: initial;
2329
gap: var(--space-m);
2430
}

web/themes/interledger/interledger.libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
global-styling:
2-
version: 1.4.2
2+
version: 1.4.3
33
css:
44
theme:
55
css/fonts.css: {}

0 commit comments

Comments
 (0)