Work on frontend and fix the theme_switcher bug

This commit is contained in:
kitoy
2025-12-16 08:19:34 +01:00
parent c4e1318722
commit c3da453425
2 changed files with 71 additions and 20 deletions

View File

@@ -22,11 +22,13 @@ body
header {
grid-area: header;
width: 100%;
}
main
body > main
{
grid-area: main;
grid-area: main;
width: 80%;
text-align: justify;
overflow-y: scroll;
}