Skip to content

Commit

Permalink
fix yihui/yihui.org#1535: 2em left margin only for screens wider than…
Browse files Browse the repository at this point in the history
… 768px
  • Loading branch information
yihui committed Nov 7, 2023
1 parent dd7710e commit 28194db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ body {
}
.menu {
text-transform: uppercase;
margin-left: 2em;
}
.menu span {
display: inline-block;
Expand Down Expand Up @@ -262,6 +261,9 @@ h1.title::before {
inset: 1em;
border: 1.5em solid var(--bg-body);
}
.menu {
margin-left: 2em;
}
.menu span {
margin-left: 1em;
}
Expand Down

0 comments on commit 28194db

Please sign in to comment.