1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

fix: make everything squarish, update projects

- add better projects

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2026-03-30 12:01:45 +05:30
committed by Morumotto
parent 6e7b3c86ee
commit 6bd1a2d648
7 changed files with 89 additions and 52 deletions
+5 -1
View File
@@ -243,10 +243,14 @@ const excerpt = (body?: string, len = 140) => {
@media (max-width: 600px) {
.post-row {
grid-template-columns: 100px 1fr;
grid-template-columns: 1fr;
gap: var(--space-3);
}
.post-thumb {
aspect-ratio: 16 / 9;
}
.post-title {
font-size: var(--text-base);
}
+5 -1
View File
@@ -212,10 +212,14 @@ const excerpt = (body?: string, len = 140) => {
@media (max-width: 600px) {
.post-row {
grid-template-columns: 100px 1fr;
grid-template-columns: 1fr;
gap: var(--space-3);
}
.post-thumb {
aspect-ratio: 16 / 9;
}
.post-title {
font-size: var(--text-base);
}