18 lines
208 B
SCSS
18 lines
208 B
SCSS
.hero {
|
|
width: 100%;
|
|
padding: 128px 0;
|
|
position: relative;
|
|
background: white;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
|
|
.text, .logo {
|
|
width: 400px;
|
|
margin: auto;
|
|
}
|
|
|
|
.text {
|
|
|
|
}
|
|
}
|