1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

feat(index.html): modified width of the tag p

This commit is contained in:
Igor Guastalla de Lima
2019-02-06 23:04:31 -02:00
parent f0f060052f
commit d9de7c95b5

View File

@@ -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%;
}
}
@@ -163,6 +168,7 @@ div.containers > .nes-container {
.code p {
font-size: .8em;
width: 100%;
}
#code-avatars p {