You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aney.co.uk/css/mobile.css

14 lines
148 B
CSS

@media screen and (max-device-width: 480px){
.main{
}
h1,h2,h3,h4,h5,p{
text-align: center;
}
.content-list section{
width: 100%;
}
}