Skip to content

Commit

Permalink
kid
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedarich committed Jul 27, 2024
1 parent e54cad4 commit af3b705
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ header h1 {
justify-content: space-between;
align-items: center;
margin: 0px 0px 20px 0px;
z-index: 999;
}

.close {
Expand Down Expand Up @@ -315,7 +314,6 @@ section {
}
.form-container {
margin: 0 auto;
z-index: 999;

background-color: #fffbf6;

Expand Down Expand Up @@ -685,7 +683,7 @@ img#ham {
margin-top: 20px;
margin-left: 20px;
cursor: pointer;
z-index: 99999;
z-index: 999;
}
.sidebar,
.logo-container {
Expand Down Expand Up @@ -777,12 +775,16 @@ img#ham {
}
}

@media screen and (max-width: 1011px) {
@media screen and (max-width: 1024px) {
.form-container {
overflow-x: auto;
z-index: 999;
}

.alert-message {
z-index: 999;
}

.welcome {
/* margin-left: 90px; */
z-index: 999;
Expand Down

0 comments on commit af3b705

Please sign in to comment.