We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53095ab commit 253f880Copy full SHA for 253f880
1 file changed
src/App.css
@@ -90,6 +90,9 @@ a {
90
position: relative;
91
overflow:hidden;
92
padding-bottom: 12px;
93
+ /*Hack to keep the outer shadow visible that the overflow cuts*/
94
+ margin:-20px;
95
+ padding: 20px;
96
}
97
.extras {
98
0 commit comments