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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user