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