hlxsites / elixirsolutions

Apache License 2.0
0 stars 1 forks source link

Various Column Updates #210

Closed sforschen closed 1 year ago

sforschen commented 1 year ago

cleaning these up to make it easier to update when we get to the column conundrum big design change

columns.css line 199

.columns.fifths > div { gap: unset; to var(--default-content-gap) margin-bottom: 25px; to var(--default-content-gap) }

line 203 to 205 delete .columns.fifths > div > div { padding: 5px; }

columns.css starting line 171

/ grey variant /

.columns.grey > div { gap: 35px; to var(--default-content-gap) }

.columns.grey > div > div { background-color: var(--clr-off-white); padding: 20px; to 24px min-height: 145px; border-radius: 8px; }

.columns.grey h2 { font-weight: bold; font-size: var(--heading-font-size-m); line-height: 32px; padding: 0; margin: 0; }

.columns.grey p { margin: 0 0 15px; to 16px }