style image blocks along with body elements

This commit is contained in:
elisejakob
2024-05-20 21:36:18 +02:00
parent adfb4da749
commit 10227ff8e3
5 changed files with 94 additions and 14 deletions

View File

@ -39,6 +39,9 @@
--spacing-gap-row: 1.5rem;
--spacing-section-bottom: 3rem;
// sizes
--size-width-p: 36rem;
// animations
--transition-easing: .3s ease;