Skip to content

Commit

Permalink
Upload The Design
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 6, 2024
1 parent 71179b0 commit c9b44dc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions css/leon.css
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,10 @@ body {
}

#color-mode::after {
content: "";
content: "";
font-size: 28px;
position: absolute;
top: 52%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
Expand All @@ -588,6 +588,13 @@ body {
-o-transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
#color-mode::after {
font-size: 36px;
top: 48%;
}
}

#color-mode:hover {
opacity: 1;
cursor: pointer;
Expand Down

0 comments on commit c9b44dc

Please sign in to comment.