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

Line 7: Line 7:
 
#cd-faq-categories{
 
#cd-faq-categories{
 
float:left;
 
float:left;
width:5%;
+
width:120%;
 
margin-left:10%;
 
margin-left:10%;
 
margin-top:0px;
 
margin-top:0px;

Revision as of 16:34, 1 November 2017

li{ list-style: none; }

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

  1. cd-faq-categories{

float:left; width:120%; margin-left:10%; 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%;} }