Reduce container margin and add semi-transparent background

This commit is contained in:
2025-05-25 20:55:53 +02:00
parent 81bfcc94bc
commit dbfe0a37c1

View File

@@ -22,7 +22,7 @@
column-gap: 16px; column-gap: 16px;
padding: 1rem; padding: 1rem;
margin: 2rem; margin: 0.5rem;
/* Font */ /* Font */
font-family: Montserrat; font-family: Montserrat;
@@ -33,6 +33,8 @@
width: 100%; width: 100%;
border-radius: 1rem; border-radius: 1rem;
background-color: rgba(0, 0, 0, 0.4);
} }
.image { .image {