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
Asked
Active
Viewed 191 times
0
-
In which browser? – Manikandan2811 Jul 31 '19 at 09:26
-
2@Manikandan2811 Epiphany. It appears three times in the question. – Federico klez Culloca Jul 31 '19 at 09:27
1 Answers
0
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 */
}

Sandeep
- 540
- 1
- 4
- 15