mobile support, idek

This commit is contained in:
sky
2025-08-17 19:13:08 -04:00
parent b6c7d612a4
commit f99c78c0a8
26 changed files with 146 additions and 12000 deletions

View File

@ -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%;
}
}