Skip to content

Commit

Permalink
Some CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Byrne committed Nov 28, 2018
1 parent a36fffd commit 94b95d9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ a:hover {

main {
flex: 1;
padding: 20px;
padding: 0 20px 20px;
color: var(--color-text);
}

Expand All @@ -112,6 +112,10 @@ main {
margin: auto;
}

main .content {
margin-top: 40px;
}

header {
grid-area: header;
background: var(--color-heading-background);
Expand Down Expand Up @@ -183,7 +187,7 @@ nav {
}

.menu a:hover {
border-bottom: none;
text-decoration: none;
}

.menu-item {
Expand Down Expand Up @@ -248,7 +252,7 @@ ul.menu a:hover {
}

.logo:hover {
border-bottom: none;
text-decoration: none;
}

code {
Expand All @@ -271,7 +275,7 @@ strong {
}

.anchor-link:hover {
border-bottom: none;
text-decoration: none;
}

.anchor-icon {
Expand Down

0 comments on commit 94b95d9

Please sign in to comment.