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