Reduce container margin and add semi-transparent background
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user