Skip to content

Commit

Permalink
24719
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimifr committed Mar 11, 2022
1 parent eb69bd8 commit 02e20be
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions css-mobile/index.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
@media only screen and (max-width: 1024px) {
#reload {display: none}
.theme-button {
/* make them stack on top of each other */
position: fixed;
bottom: 15px;
left: 18px;
padding-right: 45px;
padding-left: 45px;
/* align-items: center; */
}
#dark {
/* make them stack on top of each other */
position: absolute;
bottom: 3px;
left: 3px;
/* align-items: center; */
}
#light {
/* make them stack on top of each other */
position: absolute;
bottom: 20px;
left: 18px;
/* align-items: center; */
font-size: smaller;
}
}

0 comments on commit 02e20be

Please sign in to comment.