repsonsive 2
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 34s

This commit is contained in:
2026-03-22 01:59:30 +01:00
parent dc427f5981
commit 9748de4286
4 changed files with 41 additions and 11 deletions

View File

@@ -15,5 +15,9 @@ import ThemeSelector from './ThemeSelector.vue';
display: flex;
justify-content: right;
width: 400px;
@media screen and (max-width: 600px) {
margin-top: -10px;
}
}
</style>