Minor cleanups

This commit is contained in:
Leonardo Murça 2025-04-12 15:02:13 -03:00
parent 0500a86b36
commit cae9999c9b
2 changed files with 0 additions and 16 deletions

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;
}