Skip to content

Commit

Permalink
make it wider on larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Oct 18, 2017
1 parent 4401f26 commit d6c9474
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/css-raw/gh-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ a:hover {
}
}


/*.main-content :first-child {
margin-top: 0;
}*/
Expand All @@ -212,7 +211,8 @@ a:hover {
margin-bottom: 1rem;
}

.main-content ul, .main-content ol {
.main-content ul,
.main-content ol {
margin-top: 0;
}

Expand All @@ -223,11 +223,11 @@ a:hover {
border-left: 0.3rem solid #dce6f0;
}

.main-content blockquote >:first-child {
.main-content blockquote > :first-child {
margin-top: 0;
}

.main-content blockquote >:last-child {
.main-content blockquote > :last-child {
margin-bottom: 0;
}

Expand All @@ -241,7 +241,7 @@ a:hover {

@media screen and (min-width: 64em) {
.main-content {
max-width: 64rem;
max-width: 160rem;
padding: 2rem 6rem;
margin: 0 auto;
font-size: 1.1rem;
Expand Down Expand Up @@ -293,4 +293,4 @@ a:hover {
.site-footer {
font-size: 0.9rem;
}
}
}

0 comments on commit d6c9474

Please sign in to comment.