refactor(@theme): header and footer links

This commit is contained in:
tibing 2017-04-19 10:48:37 +03:00
parent ae51a3bd2e
commit ff0e6adf60
4 changed files with 14 additions and 2 deletions

View file

@ -16,6 +16,12 @@
div {
display: flex;
align-items: center;
& > * {
height: 100%;
display: flex;
align-items: center;
}
}
.left {