Files

14 lines
142 B
SCSS
Raw Permalink Normal View History

2025-10-25 12:39:30 +02:00
.layout-post {
.img-wrapper {
img {
max-width: 100%;
height: auto;
}
}
}
.avatar {
width: 150px;
height: auto;
}