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:
@@ -14,10 +14,15 @@ import ThemeSelector from './ThemeSelector.vue';
|
||||
.site-options {
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
width: 400px;
|
||||
width: auto;
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
margin-top: -10px;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user