mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
15 lines
185 B
SCSS
15 lines
185 B
SCSS
|
@import "~variables";
|
||
|
|
||
|
.hero {
|
||
|
|
||
|
background-color: $color-black;
|
||
|
color: $color-white;
|
||
|
text-align: center;
|
||
|
padding: 3rem 1rem;
|
||
|
|
||
|
&__inner {
|
||
|
margin: 0 auto;
|
||
|
max-width: 30rem;
|
||
|
}
|
||
|
|
||
|
}
|