diff --git a/css/main.css b/css/main.css index 87a9b9d..288f537 100644 --- a/css/main.css +++ b/css/main.css @@ -13,6 +13,19 @@ code { white-space: nowrap; } +@media only screen and (max-width: 1024px) { + code { + font-family: 'Roboto Mono', monospace; + background-color: rgba(127, 140, 141, 0.1); + color: inherit; + white-space: nowrap; + text-overflow: ellipsis; + width: 300px; + display: block; + overflow: hidden; + } +} + .form-group { width: 100%; } @@ -165,4 +178,4 @@ body { #per-page select { width: 60px; margin-left: 5px; -} \ No newline at end of file +}