This commit is contained in:
Jacky Zhao
2023-08-23 15:16:04 -07:00
parent 632c27b7ec
commit 2e0e518f5d
3 changed files with 9 additions and 3 deletions

View File

@ -67,7 +67,9 @@
width: 100%;
border-radius: 5px;
background: var(--light);
box-shadow: 0 14px 50px rgba(27, 33, 48, 0.12), 0 10px 30px rgba(27, 33, 48, 0.16);
box-shadow:
0 14px 50px rgba(27, 33, 48, 0.12),
0 10px 30px rgba(27, 33, 48, 0.16);
margin-bottom: 2em;
}