generated from Seekra/repository-template
feat(settings): remove large settings padding on small screens
This commit is contained in:
@@ -135,4 +135,10 @@ onMounted(async () => {
|
|||||||
.settings-main-content {
|
.settings-main-content {
|
||||||
padding: 0 30%;
|
padding: 0 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 80em) {
|
||||||
|
.settings-main-content {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user