diff --git a/style.css b/style.css index 0c776b7..acbdfe9 100755 --- a/style.css +++ b/style.css @@ -82,28 +82,6 @@ code { .force-word-wrap pre code { white-space: normal; word-wrap: break-word; - } - -@media (max-device-width: 1200px) { - h1 { - line-height: 1.2; - font-size: 40px; - } - - h2 { - line-height: 1.2; - font-size: 30px; - } - - body { - font-size: 20px; - } -} - -@media print { - body { - max-width: none - } } footer { @@ -148,3 +126,25 @@ img { background-color: #047baa; color: #fff; } + +@media (max-device-width: 1200px) { + h1 { + line-height: 1.2; + font-size: 40px; + } + + h2 { + line-height: 1.2; + font-size: 30px; + } + + body { + font-size: 20px; + } +} + +@media print { + body { + max-width: none + } +} \ No newline at end of file