all repos — website @ a569f208c25daa508b37250c6be7cb38c347e405

personal website hosted at prithu.xyz, built using hugo

refactor css
Prithu Goswami prithugoswami524@gmail.com
Thu, 07 May 2020 14:47:01 +0530
commit

a569f208c25daa508b37250c6be7cb38c347e405

parent

52e8fe0f60d58306a3a6d56f4e1181ca3c8d8eb7

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M hugo-site/static/css/main.csshugo-site/static/css/main.css

@@ -317,11 +317,12 @@ margin: none;

display: inline-block; padding: 1rem 2rem; border-radius: 6px; + box-shadow: 0px 7px 7px rgba(0,0,0,0.15); } .btn:hover{ box-shadow: 0px 7px 7px rgba(0,0,0,0.15); - transform: translateY(-2px); + transform: translateY(-1px); box-shadow: 0 10px 18px rgba(50, 50, 93, 0.25), 0 3px 6px rgba(0, 0, 0, 0.08); }

@@ -336,7 +337,6 @@ bottom: 2rem;

right: -2rem; background: #B554E3; color: white; - box-shadow: 0px 7px 7px rgba(0,0,0,0.15); } #writeup-cta{

@@ -345,7 +345,6 @@ bottom: 2rem;

right: -2rem; background: #4ED44C; color: white; - box-shadow: 0px 7px 7px rgba(0,0,0,0.15); } @media only screen and (max-width: 767px){