2022-12-01 17:30:08 +01:00
|
|
|
// ==============================
|
|
|
|
// Custom style
|
|
|
|
// ==============================
|
|
|
|
|
|
|
|
.home .home-profile,
|
|
|
|
.home[data-home="posts"] {
|
|
|
|
.home-avatar img {
|
|
|
|
width: 12rem;
|
|
|
|
}
|
|
|
|
}
|
2023-11-24 22:49:17 +01:00
|
|
|
|
|
|
|
// 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;
|
|
|
|
}
|