Skip to content
Snippets Groups Projects
Commit 5dc269b4 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

UI fix

WIP #2
parent a9830dba
No related branches found
No related tags found
No related merge requests found
Pipeline #14193 passed
...@@ -261,6 +261,9 @@ footer .inner-wrap { ...@@ -261,6 +261,9 @@ footer .inner-wrap {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.footer__section>*{
flex-grow: 1;
}
.footer__section:last-child{ .footer__section:last-child{
flex: 0 1 auto; flex: 0 1 auto;
} }
...@@ -318,6 +321,7 @@ footer .inner-wrap { ...@@ -318,6 +321,7 @@ footer .inner-wrap {
.footer__section:last-child span{ .footer__section:last-child span{
text-align: right; text-align: right;
font-size: initial; font-size: initial;
flex-grow: 0;
} }
main a:hover { main a:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment