Skip to content

Commit

Permalink
edit level
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Sep 8, 2024
1 parent 28bce6c commit 402c03b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3645,10 +3645,16 @@ html[dir='rtl'] .tabs .active::after {
width: 100px;
text-align: center;
border-radius: 15px;
/* margin-bottom: 20px; */
margin-bottom: 20px;
cursor: pointer;
}

@media (max-width:876px) {
.level {
margin-bottom: 0;
}
}

.level.active,
.level:hover {
background-color: #ff6700;
Expand Down

0 comments on commit 402c03b

Please sign in to comment.