More mobile tweaks
This commit is contained in:
parent
989241fc83
commit
2c84ae3184
2 changed files with 10 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-down(lg) {
|
@include media-down(lg) {
|
||||||
padding-top: 50px;
|
padding-top: 130px;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,12 @@
|
||||||
|
|
||||||
.homepage-neon & {
|
.homepage-neon & {
|
||||||
transform: rotate(-5deg);
|
transform: rotate(-5deg);
|
||||||
width: 90%;
|
margin-left: 50%;
|
||||||
margin: auto;
|
transform: translateX(-50%);
|
||||||
|
overflow: hidden;
|
||||||
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
position: absolute;
|
||||||
|
|
||||||
@include media-up(lg) {
|
@include media-up(lg) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -20,6 +24,9 @@
|
||||||
left: 60%;
|
left: 60%;
|
||||||
transform: translateX(-50%) rotate(-10deg);
|
transform: translateX(-50%) rotate(-10deg);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
margin-left: auto;
|
||||||
|
overflow: visible;
|
||||||
|
width: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue