Fix alignment of footer
This commit is contained in:
parent
b48ea5b844
commit
e1b29a2b98
@ -318,6 +318,7 @@ table {
|
|||||||
padding: 4px 10px 0;
|
padding: 4px 10px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
border-top: 1px solid $color-hor-line;
|
border-top: 1px solid $color-hor-line;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
@ -339,6 +340,7 @@ table {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: baseline;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
font: 1.4em 'Open Sans Condensed', sans-serif;
|
font: 1.4em 'Open Sans Condensed', sans-serif;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user