Skip to content

Commit

Permalink
vuepress: remove figure margin on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorg committed Jun 25, 2024
1 parent e102739 commit f5b47e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gen/vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ figcaption {

.centre-image {
max-width: 100%;
max-height: 400px;
max-height: 450px;
margin-left: auto;
margin-right: auto;
display: block;
Expand Down Expand Up @@ -106,6 +106,11 @@ blockquote {
border-color: #0f600f;
}

figure {
margin-left: 0px;
margin-right: 0px;
}

// vuepress tabbed code

.vp-code-tab-nav {
Expand Down

0 comments on commit f5b47e3

Please sign in to comment.