Merge pull request #2957 from abhishekjakhar/fix/footer-copyright
fix(microsite): the styling of footer copy on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user