Files
web2.0-frontend/src/components/Hero/HeroAsideItem/HeroAsideItem.scss
T
Aarni Halinen 3f5dbfb674 Refactor Hero
2020-07-08 14:05:36 +03:00

37 lines
508 B
SCSS

@import "../../../assets/scss/globals";
.hero-aside-item {
max-width: 300px;
line-height: 16px;
margin-bottom: 1rem;
@media screen and (max-width: 600px - 1px) {
p,
a {
font-size: 16px !important;
line-height: 20px;
}
}
h2 {
text-transform: uppercase;
letter-spacing: 3px;
line-height: 20px;
}
p {
font-size: 14px;
line-height: 20px;
}
h6 {
color: color(blue1);
font-weight: 600;
}
h6:hover {
color: color(white1);
}
}