#692, #723: Redesign blog, add thumbnails support and pagination

This commit is contained in:
Alex Shpak
2025-09-18 10:12:03 +02:00
parent 2745893250
commit 6f472b3009
9 changed files with 103 additions and 24 deletions
+4
View File
@@ -1,5 +1,9 @@
.flex {
display: flex;
&.gap {
gap: $padding-16;
}
}
.flex-auto {