Skip to content

Commit

Permalink
remove extra dropdown icon (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon10725 authored Nov 6, 2024
1 parent 337de27 commit 763ceb5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions css/airspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -2430,20 +2430,6 @@ h1:before {
position: relative;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
#secondHeader a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
content: '\25BC';
display: block;
position: absolute;
right: 20px;
font-family: 'Varela Round';
font-size: 0.6em;
}
#secondHeader a[aria-expanded="true"]::before {
content: '\25B2';
}
}

#secondHeader ul ul a {
font-size: 0.9em !important;
padding-left: 30px !important;
Expand Down

0 comments on commit 763ceb5

Please sign in to comment.