Skip to content

Commit c307d98

Browse files
authored
Update miscellaneous-CSS-solutions.md
1 parent f59c0c2 commit c307d98

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/contentful/miscellaneous-CSS-solutions.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,12 @@ Content
2020
"justify-content": "space-between",
2121
"flex": "auto"
2222
}
23-
```
23+
```
24+
25+
## Position banner content left/right
26+
Put this custom CSS on content field.
27+
```
28+
{
29+
"margin-left/right": "calc(100vw - 50%)
30+
}
31+
```

0 commit comments

Comments
 (0)