diff --git a/src/backend/overviewSite/index.html b/src/backend/overviewSite/index.html index 6aa5e06be..d3bdd5412 100644 --- a/src/backend/overviewSite/index.html +++ b/src/backend/overviewSite/index.html @@ -84,6 +84,13 @@ .banner .container p { font-size: 24px; } + .banner .container a { + color: #62a8e6; + transition: color .3s; + } + .banner .container a:hover { + color: #5492c9; + } .bg-3 h2 { font-size: 26px; @@ -117,10 +124,11 @@ margin-bottom: 10px; } .event-holder img { - max-height: 190px; - min-height: 190px; + max-height: 200px; + min-height: 200px; width: 100%; border: none; + object-fit: cover; } .event-holder .thumbnail { padding: 0;