Responsive styles

This commit is contained in:
2024-08-04 00:28:18 +05:30
parent 83e10c5d72
commit 696903f289
+8
View File
@@ -103,3 +103,11 @@ main ul li span {
font-size: 17px; font-size: 17px;
font-weight: normal; font-weight: normal;
} }
@media only screen and (max-width: 700px) {
body {
width: 100%;
margin: 0;
padding: 1em;
}
}