Skip to content

Commit deb7e65

Browse files
committed
Show shadow on hover for CJ frontpage banner.
1 parent 8cf3113 commit deb7e65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pydis_site/static/css/home/index.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,17 @@ h1 {
4949
margin: auto auto;
5050
}
5151

52-
#wave-hero-right img{
52+
#wave-hero-right img {
5353
border-radius: 10px;
5454
box-shadow: 0 1px 6px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23);
5555
margin-top: 1em;
5656
text-align: right;
5757
}
5858

59+
#wave-hero-right img:hover {
60+
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
61+
}
62+
5963
#wave-hero .wave {
6064
background: url(../../images/waves/wave_dark.svg) repeat-x;
6165
position: absolute;

0 commit comments

Comments
 (0)