Mobile responsive thanks ai slop
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 28s
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 28s
This commit is contained in:
@@ -5,15 +5,20 @@
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.fixed-layout {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px){
|
||||
.fixed-layout {
|
||||
width: 1150px;
|
||||
max-width: 1150px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1200px){
|
||||
.fixed-layout {
|
||||
max-width: 1150px;
|
||||
}
|
||||
@media screen and (max-width: 600px) {
|
||||
.fixed-layout {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user