From ce039a5d680b706a772ed3518298dfc161f7c612 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 15 Oct 2023 12:26:16 +0200 Subject: [PATCH] whole div clickable --- static/css/portfolio.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/portfolio.css b/static/css/portfolio.css index cf4dde8..140483c 100644 --- a/static/css/portfolio.css +++ b/static/css/portfolio.css @@ -61,6 +61,7 @@ main li:hover { div { display: flex; flex-direction: column; + width: 100%; } /* Element title */ @@ -71,6 +72,7 @@ div h3 { /* Element description */ span { margin: auto; + margin-left: 0; } /* Element text */