diff --git a/website/static/website/css/base.css b/website/static/website/css/base.css index 6e9e0ce0..b7467b81 100644 --- a/website/static/website/css/base.css +++ b/website/static/website/css/base.css @@ -360,13 +360,13 @@ h5 { height: 100%; display: table; - opacity: 0%; + opacity: 0; -webkit-transition: 0.6s ease; transition: 0.6s ease; } .artifact-overlay:hover { - opacity: 100%; + opacity: 1.0; background-color: rgba(0,0,0,0.5); } diff --git a/website/templates/website/index.html b/website/templates/website/index.html index 60af940a..6501a6da 100644 --- a/website/templates/website/index.html +++ b/website/templates/website/index.html @@ -43,14 +43,20 @@ https://codepen.io/Remedy/pen/ZYJrpp https://stackoverflow.com/questions/15757036/creating-a-zoom-effect-on-an-image-on-hover-using-css --> -
{{ project.name }}
{# We only add in this extra spacer for the first row #} @@ -173,27 +179,33 @@