mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
12 lines
215 B
SCSS
12 lines
215 B
SCSS
.home--banner {
|
|
text-align: center;
|
|
border-bottom: 1px solid lighten($color-slate, 50%);
|
|
padding-bottom: $spacing-unit;
|
|
margin-bottom: $spacing-unit;
|
|
|
|
h1 {
|
|
font-weight: bold;
|
|
font-size: 5em;
|
|
}
|
|
}
|