Site Not responsive on Epiphany

210 views Asked by At

I was checking the responsiveness of the site but this is not supportive on Epiphany browser. Can someone suggest me what changes should i do so that it becomes fully responsive on Epiphany? Thanks in advance

1

There are 1 answers

0
Sandeep On

I think you can use media queries for the responsive website.

@media only screen and (max-width:768px) and (min-width:200px)
{
     /* Your CSS Code */
}