Files
nhgooi.nl/resources/assets/sass/components/_featured.scss
Jorit Tijsen 742c126a0a Add postcast styling
Add prettyPhoto
2024-03-18 17:17:54 +01:00

36 lines
559 B
SCSS
Vendored

@use "../abstracts/mixin" as *;
.featured {
img {
width: 100%;
object-fit: cover;
max-height: 218px;
}
h2 {
margin: 0;
a {
font-family: Montserrat, serif;
font-size: 20px;
font-weight: 600;
line-height: 1.35;
text-align: left;
color: #1a1a1a;
text-decoration: none;
}
}
.sub_title {
@include sub_title;
}
p {
font-family: Nunito, serif;
font-size: 14px;
font-weight: 500;
line-height: 1.57;
text-align: left;
color: #666;
margin: 10px 0;
}
}