From d9b5334ba0d91ce1f47143c59cbd53c2a6b4bf42 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Fri, 8 May 2020 21:28:42 +0200 Subject: [PATCH] New sizing rules --- public/main.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/public/main.css b/public/main.css index c7c3182..b37f2e8 100644 --- a/public/main.css +++ b/public/main.css @@ -82,6 +82,7 @@ header nav a { border-radius: 50%; top: -250px; right: -1420px; + /* left: 60vw; */ } .light-purple-circle { background: #CAB1FB; @@ -128,7 +129,7 @@ header nav a { grid-template-columns: 1fr 1fr; } .hero-meta { - margin-top: 230px; + margin-top: 25vh; } .hero-image { position: relative; @@ -358,6 +359,24 @@ footer { margin-bottom: 40px; } +@media screen and (min-width: 701px) and (max-width: 1500px) { + .light-purple-circle { + width: 400px; + height: 400px; + } + img.n2ds { + width: 432px; + } + .deco svg { + transform: scale(0.8); + /* :/ */ + } + .purple-circle { + right: auto; + left: 60vw; + } +} + @media screen and (max-width: 700px) { h1.dot:after, h2.dot:after {