Template
Tutorial/styles.css
From Dogcraft Wiki
(Created page with "@media only screen and (max-width: 640px) { #tutorial-nav { order: -1; } }") |
No edit summary |
||
Line 1: | Line 1: | ||
@media only screen and (max-width: 640px) { | @media only screen and (max-width: 640px) { | ||
#tutorial- | #tutorial-chapters { | ||
order: -1; | order: -1; | ||
} | } | ||
} | } |