diff options
-rw-r--r-- | _includes/head.html | 13 |
1 files changed, 10 insertions, 3 deletions
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 { |