Hamburger components are clickable

This commit is contained in:
Verena Schulz
2025-12-16 14:00:29 +01:00
parent bd47a194c7
commit 59ac104d69
2 changed files with 10 additions and 8 deletions
+8 -6
View File
@@ -177,10 +177,11 @@ input[type="file"] {
.submit-btn {
display: flex;
justify-content: center;
align-items: center;
padding: 10px 20px;
margin-left: 80px;
margin-left: 300px;
margin-top: 30px;
margin-bottom: 10px;
margin-bottom: 70px;
background-color: #007BFF;
color: white;
border: none;
@@ -420,7 +421,6 @@ li {
border-radius: 5px;
background-color: #1C3B69;
margin: 0;
display: -ms-grid;
display: grid;
grid-template-rows: 1fr repeat(4, 0.5fr);
grid-row-gap: 25px;
@@ -436,19 +436,21 @@ li {
-webkit-transition: all 0.3s ease;
}
.menu1 li:first-child {
.menu1 a:first-child {
margin-top: 30px;
}
.menu1 li:last-child {
.menu1 a:last-child {
margin-bottom: 30px;
}
.li1 {
color: #fff;
width: 100%;
margin: 0;
padding: 10px 0;
padding: 10px 0px;
font: 700 20px 'Oswald', sans-serif;
text-decoration: none;
}
.li1:hover {