mobile support, idek
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
body.enter-on {
|
||||
overflow: hidden;
|
||||
}
|
||||
section {
|
||||
width: 90%;
|
||||
height: 240px;
|
||||
@ -54,6 +57,8 @@ p {
|
||||
}
|
||||
#enter {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: color-mix(in srgb, #000000 60%, #00000000 40%);
|
||||
@ -120,4 +125,14 @@ result p {
|
||||
}
|
||||
.about {
|
||||
width: 70%;
|
||||
}
|
||||
@media screen and (max-width: 1000px) {
|
||||
section {
|
||||
flex-wrap: wrap;
|
||||
height: auto;
|
||||
}
|
||||
.profile-element {
|
||||
max-width: 50%;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user