Skip to content

Commit

Permalink
feat(index.html): modified width of the tag p
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Feb 7, 2019
1 parent f0f0600 commit d9de7c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,14 @@ div.containers > .nes-container {
right: 10px;
}

.code p {
width: 96%;
}

@media screen and (max-width: 1280px) {
.code p:first-child {
padding-top: 2.7em;
width: 99%;
}
}

Expand All @@ -163,6 +168,7 @@ div.containers > .nes-container {

.code p {
font-size: .8em;
width: 100%;
}

#code-avatars p {
Expand Down

0 comments on commit d9de7c9

Please sign in to comment.