New sizing rules

This commit is contained in:
Jip Fr
2020-05-08 21:28:42 +02:00
parent 48d2e30ae9
commit d9b5334ba0

View File

@@ -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 {