Commit e9070b84 by Arjun Jhukal

updated the minor changes

parent bc8f9aab
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -470,7 +470,6 @@ ...@@ -470,7 +470,6 @@
display: flex; display: flex;
.footer-link-wrapper { .footer-link-wrapper {
flex: 1 0 auto;
margin-bottom: 0 !important; margin-bottom: 0 !important;
height: unset; height: unset;
...@@ -486,4 +485,14 @@ ...@@ -486,4 +485,14 @@
} }
} }
@media (min-width:1440px) {
.section-footer {
.footer-links {
.footer-link-wrapper {
flex: 1 0 auto;
}
}
}
}
//section-footer //section-footer
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment