mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-08 00:47:10 -05:00
New sizing rules
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user