Refactor navigation and form elements for improved usability and localization

This commit is contained in:
2025-01-25 11:21:26 +01:00
parent 09772d859d
commit 1122de442b
3 changed files with 41 additions and 62 deletions

View File

@@ -1,11 +1,5 @@
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f4f4f9;
}
.container {
@@ -22,8 +16,7 @@ h1 {
#responseMessage {
text-align: center;
color: green;
}
color: green;}
.menu {
position: relative;
@@ -62,4 +55,4 @@ h1 {
.menu.show .menu-content {
display: block;
}
}