This commit is contained in:
@@ -33,13 +33,17 @@ onMounted(() => {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
width: 1300px;
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
width: 650px;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 1200px) and (min-width: 900px) {
|
||||
width: 975px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) and (min-width: 600px) {
|
||||
width: 650px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px){
|
||||
width: 425px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user