mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-01 02:01:56 +02:00
feat(index.html): modified width of the tag p
This commit is contained in:
@@ -142,9 +142,14 @@ div.containers > .nes-container {
|
|||||||
right: 10px;
|
right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.code p {
|
||||||
|
width: 96%;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1280px) {
|
||||||
.code p:first-child {
|
.code p:first-child {
|
||||||
padding-top: 2.7em;
|
padding-top: 2.7em;
|
||||||
|
width: 99%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -163,6 +168,7 @@ div.containers > .nes-container {
|
|||||||
|
|
||||||
.code p {
|
.code p {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#code-avatars p {
|
#code-avatars p {
|
||||||
|
Reference in New Issue
Block a user