Files
warframe-center/app/pages/home/Hero.module.scss
Anatoly 2198e134d6
Some checks failed
continuous-integration/drone/push Build is failing
Explicit logo size
2022-03-14 23:57:27 +03:00

24 lines
266 B
SCSS

.hero {
width: 100%;
padding: 128px 0;
position: relative;
background: white;
text-align: center;
overflow: hidden;
.text, .logo {
width: 400px;
margin: auto;
}
.logo {
img {
object-fit: contain;
}
}
.text {
}
}