From d9de7c95b5750a2e4b5acdfd096c05fb7adeeaeb Mon Sep 17 00:00:00 2001 From: Igor Guastalla de Lima Date: Wed, 6 Feb 2019 23:04:31 -0200 Subject: [PATCH] feat(index.html): modified width of the tag p --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 11cb5a9..17ca9c3 100644 --- a/style.css +++ b/style.css @@ -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 {