From fd422ef9d67aa55701d94e5a2fdb49dcad20288f Mon Sep 17 00:00:00 2001 From: Prayag Date: Wed, 3 Feb 2021 22:57:07 +0530 Subject: [PATCH] Update about HTML and CSS --- src/html/about.html | 24 ++++++++++++------------ src/html/style.css | 25 +++++++++++++------------ 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/src/html/about.html b/src/html/about.html index f421796..786f27a 100644 --- a/src/html/about.html +++ b/src/html/about.html @@ -30,36 +30,36 @@

Contributors

The people who have helped in the development of this plugin are listed below

- +
diff --git a/src/html/style.css b/src/html/style.css index 4ebe305..6bb0b95 100644 --- a/src/html/style.css +++ b/src/html/style.css @@ -60,20 +60,21 @@ a { display: flex; } .contibutorsNames { - padding: 1em; - border-radius: 15px; - width: fit-content; - max-width: 10em; - min-width: 10em; - flex-wrap: wrap; - height: fit-content; - transition: box-shadow .2s; - max-height: 20em; - min-height: 15em; - background-size: cover !important; + padding: 1em; + border-radius: 15px; + width: fit-content; + max-width: 10em; + min-width: 10em; + flex-wrap: wrap; + height: fit-content; + transition: all .2s; + max-height: 20em; + min-height: 15em; + background-size: cover !important; } .contibutorsNames:hover { - box-shadow: 0 0 17px -3px black; + box-shadow: 0 3px 5px 0px #6e6e6e; + transform: translateY(-2px); } .contributorsLink { color: #3a3a3a !important;