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

Template page
m (Timothy moved page Template:Home/YGM/Styles.css to Template:Home/YGM/styles.css without leaving a redirect)
No edit summary
Line 1: Line 1:
#ygm{
#ygm {
     width: 50%;
     border: 1px solid #f81472;
    border-radius: 15px;
}
}


@media (max-width: 850px) {
dl {
     #ygm{   
     padding-left: 20px;
        width:100%;
padding-right: 20px;
    }
}
}

Revision as of 14:21, 21 April 2022

#ygm {
    border: 1px solid #f81472;
    border-radius: 15px;
}

dl {
    padding-left: 20px;
	padding-right: 20px;
}