Skip to content

Commit

Permalink
fix(style.css): fix margin and padding of body
Browse files Browse the repository at this point in the history
  • Loading branch information
BcRikko committed Dec 10, 2018
1 parent 73b3616 commit 2819ca3
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ div.tables > .nes-table:first-child {
margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
div.tables > .nes-table {
max-width: 100%;
margin-right: 0;
}
}

.balloon.nes-container .nes-balloon {
max-width: 600px;
margin: 2rem 2rem;
Expand Down Expand Up @@ -93,3 +86,21 @@ div.tables > .nes-table:first-child {
.github-link > i.nes-octocat {
align-self: flex-end;
}

@media screen and (max-width: 768px) {
body {
padding: 0;
margin: 2rem 0.2rem;
}
div.tables > .nes-table {
max-width: 100%;
margin-right: 0;
}
.balloon.nes-container .nes-balloon {
max-width: 70%;
}

.github-link {
display: none;
}
}

0 comments on commit 2819ca3

Please sign in to comment.