This commit is contained in:
2026-06-09 01:10:40 +02:00
parent 897536afc9
commit 09b3a19a33
9 changed files with 409 additions and 110 deletions

View File

@@ -33,17 +33,16 @@ onMounted(() => {
position: absolute;
z-index: 1;
width: 1300px;
margin-left: 20px;
@media screen and (max-width: 1200px) and (min-width: 900px) {
width: 975px;
margin-top: 210px;
margin-left: 75px;
}
@media screen and (max-width: 900px) and (min-width: 600px) {
width: 650px;
}
@media screen and (max-width: 600px){
width: 425px;
@media screen and (max-width: 900px){
display: none;
}
}
</style>