Skip to content

Commit

Permalink
fix: edit this page styles for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 12, 2022
1 parent c0f36dd commit d5ef765
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/theme/EditThisPage/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@
font-size: 14px;
line-height: 24px;
}

.container svg {
margin-right: 10px;
}

.container svg path {
fill: var(--ifm-color-primary);
}

@media only screen and (max-width: 600px) {
.container {
place-content: center;
}
}

0 comments on commit d5ef765

Please sign in to comment.