mirror of
https://github.com/ipdb/website.git
synced 2024-11-13 16:54:50 +01:00
12 lines
159 B
SCSS
12 lines
159 B
SCSS
.hero {
|
|
background: $brand-02;
|
|
padding: $spacer * 2;
|
|
min-height: 100vh;
|
|
|
|
&,
|
|
.hero__title,
|
|
.hero__action {
|
|
color: #fff;
|
|
}
|
|
}
|