Line 4: | Line 4: | ||
} | } | ||
− | @media only screen and (min-width: | + | @media only screen and (min-width: 769px) |
#cd-faq-categories{ | #cd-faq-categories{ | ||
float:left; | float:left; |
Revision as of 16:33, 1 November 2017
li{ list-style: none; }
@media only screen and (min-width: 769px)
- cd-faq-categories{
float:left; width:5%; margin-left:10%; margin-top:0px; text-align:center; }
@media only screen and (max-width: 768px){
- cd-faq-categories{
clear:all; width:100%; margin-left:10%; margin-top:0px; text-align:center; } .menu-list1{ width:120%;} }