fix the styling of footer copy on mobile

This commit is contained in:
Abhishek Jakhar
2020-10-19 12:02:37 +05:30
parent 8c816f2828
commit c6c62442ee
+8 -1
View File
@@ -1088,6 +1088,13 @@ code {
.nav-footer .copyright {
width: 600px;
color: #fff;
margin: auto;
margin: 0 auto;
font-size: 10pt;
}
@media only screen and (max-width: 485px) {
.nav-footer .copyright {
width: auto;
margin: 0 1.5em;
}
}