Skip to content

Commit 253f880

Browse files
committed
fix the outer shadow
1 parent 53095ab commit 253f880

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/App.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ a {
9090
position: relative;
9191
overflow:hidden;
9292
padding-bottom: 12px;
93+
/*Hack to keep the outer shadow visible that the overflow cuts*/
94+
margin:-20px;
95+
padding: 20px;
9396
}
9497
.extras {
9598

0 commit comments

Comments
 (0)