Merge pull request #2957 from abhishekjakhar/fix/footer-copyright

fix(microsite): the styling of footer copy on mobile
This commit is contained in:
Fredrik Adelöw
2020-10-19 10:04:20 +02:00
committed by GitHub
+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;
}
}