Difference between revisions of "Team:XMU-China/css/cebianlanCss"

Line 19: Line 19:
 
text-align:center;
 
text-align:center;
 
}
 
}
#cd-faq-categories .menu-list1{
+
.menu-list1{
 
width:120%;}
 
width:120%;}
 
}
 
}

Revision as of 16:31, 1 November 2017

li{ list-style: none; }

@media only screen and (min-width: 768px)

  1. cd-faq-categories{

margin-top:0px; text-align:center; }


@media only screen and (max-width: 768px){

  1. cd-faq-categories{

clear:all; width:100%; margin-left:10%; margin-top:0px; text-align:center; } .menu-list1{ width:120%;} }