Skip to content

Commit

Permalink
github.io layout updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vituperative committed Nov 6, 2021
1 parent 836a266 commit 64b42aa
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@ h6 {
margin: 0 0 20px;
line-height: 1.2;
}

h3 {
padding: 8px 0 8px 24px;
border-bottom: 1px solid #ccc;
background: url(favicon.svg) no-repeat left center / 16px;
}

p,
ul,
ol,
Expand Down Expand Up @@ -265,11 +272,13 @@ footer p {
text-align: center;
}
hr {
margin: 25px 0;
width: 100%;
height: 1px;
display: none;
border: none;
background: linear-gradient(to right, transparent, #aaa, transparent);
height: 1px;
width: 100%;
margin: 25px 0;
background: none;
}
@media print, screen and (max-width: 740px) {
body {
Expand Down

0 comments on commit 64b42aa

Please sign in to comment.