Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Fix: theme picker RWD
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries0d0f committed Dec 30, 2018
1 parent 261bca3 commit c0385ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/assets/scss/_plugin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,17 @@
color: $tone;
cursor: pointer;

@media screen and (max-width: 575px) {
width: calc(100% - 2rem);
justify-content: center;
}

p {
color: $fontColor;
text-align: center;
@media screen and (max-width: 575px) {
margin-left: auto;
}
}

.box {
Expand All @@ -602,6 +610,9 @@
position: absolute;
left: .9rem;
font-size: 1.2rem;
@media screen and (max-width: 575px) {
left: .45rem;
}
}
}

Expand Down

0 comments on commit c0385ab

Please sign in to comment.