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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user