Improve responsiveness and add social icons
This commit is contained in:
@@ -31,7 +31,7 @@ footer .row.main .branding button.account {
|
||||
}
|
||||
|
||||
footer .row.main .branding .cta {
|
||||
margin: 50px auto 45px auto;
|
||||
margin: 20px auto 25px auto;
|
||||
}
|
||||
|
||||
footer .row.main .branding .cta-secondary {
|
||||
@@ -59,18 +59,47 @@ footer .selector {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
footer .row.version .col-sm-12 {
|
||||
footer .row.social-links {
|
||||
text-align: center;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
footer .row.social-links a {
|
||||
margin: 0 14px;
|
||||
}
|
||||
|
||||
footer .row.social-links svg {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
footer .row.version {
|
||||
padding: 20px !important;
|
||||
background-color: #11131f;
|
||||
}
|
||||
|
||||
footer .row.version .col-sm-12 p {
|
||||
footer .row.version p {
|
||||
margin-bottom: 0;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
|
||||
footer .row.version .col-sm-12 p a {
|
||||
footer .row.version p a {
|
||||
color: #09a3ba;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
|
||||
footer .row.main .links.outer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer .row.main .links.outer > .row {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
footer .row.main .links.outer > .row > div:first-child {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user