Skip to content

Commit

Permalink
increase width of dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaki committed Jun 5, 2024
1 parent 77108c0 commit 9268d79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ body {
transition: all 0.3s ease;
top: 100%;
text-align: center;
width: max-content;
}

.dropdown-menu-list {
Expand All @@ -633,6 +634,8 @@ body {

.dropdown-menu-item {
padding: 12px 16px;
width: auto;

}

.dropdown-menu-item a {
Expand Down Expand Up @@ -3394,7 +3397,7 @@ body.dark-mode .h3 {
right: calc(4.95% - 23px) ;
}

}}

}



0 comments on commit 9268d79

Please sign in to comment.