Template:Home/YGM/styles.css: Difference between revisions

Template page
(Created page with "#ygm{ width: 50%; } @media (max-width: 850px) { #ygm{ width:100%; } }")
 
m (Timothy moved page Template:Home/YGM/Styles.css to Template:Home/YGM/styles.css without leaving a redirect)
(No difference)

Revision as of 21:54, 20 April 2022

#ygm{
    width: 50%;
}

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