remove box shadow

This commit is contained in:
Michael Zhang 2024-04-02 10:07:06 -05:00
parent 56c95f6051
commit f048ce45ac
1 changed files with 0 additions and 2 deletions

View File

@ -67,7 +67,6 @@
width: 100%;
padding: 18px 0;
border-bottom: 1px solid var(--shadow-color);
box-shadow: 0 10px 20px -10px var(--shadow-color);
.home-link {
display: flex;
@ -105,7 +104,6 @@
padding-right: 32px;
padding-left: 32px;
border-right: 1px solid var(--shadow-color);
box-shadow: 10px 0 20px -10px var(--shadow-color);
flex-direction: column;
justify-content: flex-start;