website/assets/sass/landing.scss

41 lines
484 B
SCSS
Raw Normal View History

2022-12-10 10:37:36 +00:00
.full-logo {
width: 100%;
}
.landing {
}
.landing-brand {
border: 1px solid rgba(0, 0, 0, 0.4);
padding: 1rem;
text-align: center;
display: flex;
flex-direction: column;
}
.brand__name {
text-transform: uppercase;
font-size: 3rem;
margin: 0;
}
.brand__role1-container {
.text {
margin: 0;
}
margin-bottom: 1rem;
}
.brand__role2 {
}
.brand__logo {
svg {
max-width: 25rem;
2022-12-10 10:37:36 +00:00
stroke: white;
}
}