website/assets/css/_custom.scss

22 lines
385 B
SCSS

// ==============================
// Custom style
// ==============================
.home .home-profile,
.home[data-home="posts"] {
.home-avatar img {
width: 12rem;
}
}
// Image ratio is very strange by default.
.single .content .lazyloaded {
-o-object-fit: contain;
object-fit: contain;
font-family: "object-fit: contain;";
}
.single .content img {
height: auto;
}