Skip to content

Commit

Permalink
responsive on mobile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
UzairHussain193 committed Feb 1, 2024
1 parent 6a77549 commit 93d61a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ main {
transition: var(--transition-2);
}

.sidebar.active { max-height: 405px; }
.sidebar.active { max-height: 500px; }

.sidebar-info {
position: relative;
Expand Down Expand Up @@ -1337,7 +1337,11 @@ textarea.form-input::-webkit-resizer { display: none; }
margin-bottom: 30px;
}

.sidebar.active { max-height: 584px; }
.sidebar.active {
max-height: 584px;
/* max-height: 600px; */

}

.sidebar-info { gap: 25px; }

Expand Down

0 comments on commit 93d61a5

Please sign in to comment.