mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
16 lines
240 B
SCSS
16 lines
240 B
SCSS
.home-banner {
|
|
text-align: center;
|
|
border-bottom: 1px solid lighten($color-slate, 50%);
|
|
padding-bottom: $spacing-unit;
|
|
|
|
h1 {
|
|
font-weight: bold;
|
|
font-size: 4em;
|
|
|
|
@include phone-and-up {
|
|
font-size: 5em;
|
|
}
|
|
}
|
|
}
|
|
|