Reduce container margin and add semi-transparent background
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
column-gap: 16px;
|
||||
|
||||
padding: 1rem;
|
||||
margin: 2rem;
|
||||
margin: 0.5rem;
|
||||
|
||||
/* Font */
|
||||
font-family: Montserrat;
|
||||
@@ -33,6 +33,8 @@
|
||||
width: 100%;
|
||||
|
||||
border-radius: 1rem;
|
||||
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.image {
|
||||
|
||||
Reference in New Issue
Block a user