Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Aug 19, 2024
1 parent 8179098 commit 61c34ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/rdoc/generator/template/darkfish/css/rdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ body {
margin: 0;
}

body > :last-child {
width: 100%;
}

/* 3. Typography */
h1 span,
h2 span,
Expand Down Expand Up @@ -255,7 +251,7 @@ nav ul li details[open] > summary::after {
main {
flex: 1;
display: block;
margin: 2em auto;
margin: 3em auto;
padding: 0 2em;
max-width: 800px;
font-size: 16px;
Expand Down

0 comments on commit 61c34ae

Please sign in to comment.