You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aSkelly/scss/component/_hero.scss

12 lines
167 B
SCSS

@use '../utilities/main_utilities' as *;
.hero{
position: relative;
}
.hero__content{
padding: rems(24px);
position: absolute;
top: 0;
left: 0;
}