Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoxuu committed Jul 8, 2021
1 parent 6a8e773 commit 2957f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/css/_layout/sidebar/sidebar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
align-items: flex-start
a.wiki-home
margin-bottom: .5rem
color: var(--text-p2)
color: var(--text-p1)
svg
margin-right: 2px
&:hover
Expand Down
5 changes: 2 additions & 3 deletions source/css/_layout/tag-plugins/link.styl
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
.md .tag-plugin.link
// margin-top: 1em
// margin-bottom: 1em
max-width: 360px
margin: 1em auto
display: flex
justify-content: center
@media screen and (max-width: $device-mobile-375)
width: 100%

.md .link-card
// margin-right: 1em
background: var(--card)
display: inline-flex
justify-content: space-between
Expand Down

0 comments on commit 2957f10

Please sign in to comment.