Commit ad045c7
committed
fix(css): Adjust split layout width
Because:
* Not having an explicit width on the split layout content is causing content sizing variations depending on how long the headline is
This commit:
* Adds an explicit width at desktop and above and moves padding/margin inward to better match the existing .card component
fixes FXA-127941 parent 4b411e7 commit ad045c7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
| 190 | + | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments