Skip to content

Commit

Permalink
Fix up styling (resolves #450)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Apr 26, 2020
1 parent ceab6e8 commit 31f91fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ main article div > code {

main article p img {
box-sizing: border-box;
margin:.3em auto;
margin:.3em;
padding:0;
display: block;
}
Expand Down
6 changes: 1 addition & 5 deletions docs/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ main div > code {
.homepage header h1 {
margin:.3em auto;
font-family: "Museo 300";
font-size:72px;
line-height: 250%;
font-weight: normal;
}

Expand Down Expand Up @@ -250,10 +250,6 @@ main div > code {
}

@media screen and (max-width: 549px) {
.homepage header {
padding:3em 0;
}

.homepage header h1 {
font-size:48px;
}
Expand Down

0 comments on commit 31f91fc

Please sign in to comment.