Files
warframe-center/app/pages/home/Hero.module.scss
2022-03-13 22:49:28 +03:00

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 {
}
}