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
Tags v0.2.18
No related merge requests found
Pipeline #14193 passed with stage
in 42 seconds
......@@ -261,6 +261,9 @@ footer .inner-wrap {
display: flex;
flex-direction: column;
}
.footer__section>*{
flex-grow: 1;
}
.footer__section:last-child{
flex: 0 1 auto;
}
......@@ -318,6 +321,7 @@ footer .inner-wrap {
.footer__section:last-child span{
text-align: right;
font-size: initial;
flex-grow: 0;
}
main a:hover {
......
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