From 81a8f2cf51a3ee4274a6aab7a4c7c6021ea82965 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 27 Mar 2025 18:52:56 -0600 Subject: responsive --- _includes/head.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to '_includes/head.html') diff --git a/_includes/head.html b/_includes/head.html index cd90cbb..7b79ef3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -76,11 +76,18 @@ } .phone-screenshot { height: 87vh; - border-radius: 3rem; } - @media (min-width: 768px) { + @media (min-width: 300px) { + .phone-frame { + position: absolute; + height: 60vh; + z-index: 10; + pointer-events: none; + } .phone-screenshot { - margin-right: 1px; + height: 57vh; + /*margin-top: 3px;*/ + border-radius: 2rem; } } .app-icon-clip { -- cgit v1.2.3