Template:Home/DidYouKnow/styles.css

Template page
Revision as of 23:19, 15 April 2022 by Timothy (talk | contribs) (Created page with "#DidYouKnow { width: 50%; } @media (max-width: 850px) { #DidYouKnow { width:100%; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
#DidYouKnow {
    width: 50%;
}

@media (max-width: 850px) {
    #DidYouKnow {    
        width:100%;
    }
}