Better targeting for responsive.

This commit is contained in:
g_it 2026-02-23 00:46:14 +01:00
commit 719e74d14b
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -572,9 +572,9 @@ body {
/*****************************/ /*****************************/
@media (max-width: 640px) { @media (max-width: 600px) and (hover: none) {
#experience { #experience {
height: 45vh; height: 47vh;
} }
} }