From 719e74d14b288c7fe1b987971ba6fef7bc67c04e Mon Sep 17 00:00:00 2001 From: g_it Date: Mon, 23 Feb 2026 00:46:14 +0100 Subject: [PATCH] Better targeting for responsive. --- content/assets/css/resume.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/assets/css/resume.css b/content/assets/css/resume.css index 357f746..a2c9872 100755 --- a/content/assets/css/resume.css +++ b/content/assets/css/resume.css @@ -572,9 +572,9 @@ body { /*****************************/ -@media (max-width: 640px) { +@media (max-width: 600px) and (hover: none) { #experience { - height: 45vh; + height: 47vh; } }