From e9b2a34306100909a42487a0c89cba94a066e189 Mon Sep 17 00:00:00 2001 From: Arunava-27 Date: Wed, 1 Jan 2025 16:22:05 +0530 Subject: [PATCH] Enhance 'Tell Your Story' section with improved styling and text display --- layouts/case-studies/list.html | 2 +- static/css/gridpage.css | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/layouts/case-studies/list.html b/layouts/case-studies/list.html index dbc0c4e6521cb..fe64892f5597a 100644 --- a/layouts/case-studies/list.html +++ b/layouts/case-studies/list.html @@ -60,7 +60,7 @@

{{ .Title }}

{{ end }} {{ end }} - {{ T + {{ T "layouts_case_studies_list_tell" }} diff --git a/static/css/gridpage.css b/static/css/gridpage.css index 50d15fd671f6f..36d755b5f04cc 100644 --- a/static/css/gridpage.css +++ b/static/css/gridpage.css @@ -201,9 +201,19 @@ p.attrib { } .tell-your-story { - border: 1px solid #dddddd; - border-radius: 6px; - box-shadow: 1px 2px 2px #dddddd; + display: flex; + justify-content: center; + align-items: center; + height: 100%; + padding: 50px; + font-weight: 1000; + font-size: x-large; + background: #847f7f33; +} +.tell-your-story:hover { + background: #847f7f66; + transform: perspective(1000px) rotateY(10deg); + transition: transform 0.5s; } .gridPage .feature {