Redesign whole website #15

Merged
leomurca merged 27 commits from redesign into development 2025-04-12 18:03:34 +00:00
2 changed files with 0 additions and 16 deletions
Showing only changes of commit cae9999c9b - Show all commits

View file

@ -9,14 +9,3 @@
<Header />
<Main />
<Footer />
<style>
main {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
box-sizing: border-box;
padding: 15px;
}
</style>

View file

@ -118,11 +118,6 @@
display: none;
}
.language-icon {
width: 30px;
height: 24px;
}
.common-switch {
width: fit-content;
}