37 lines
503 B
SCSS
37 lines
503 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(blue);
|
|
font-weight: 600;
|
|
}
|
|
|
|
h6:hover {
|
|
color: color(white);
|
|
}
|
|
}
|