fixed nav bar bottom alignment
This commit is contained in:
parent
b2268ceee9
commit
f563288efd
2 changed files with 6 additions and 1 deletions
|
@ -63,6 +63,11 @@ body, .flex-container--column {
|
|||
align-items: baseline;
|
||||
}
|
||||
|
||||
.flex-container--space-between-center {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="row row--wide nav-bar">
|
||||
<div class="row row--padded row--short flex-container--row flex-container--space-between-bottom">
|
||||
<div class="row row--padded row--short flex-container--row flex-container--space-between-center">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" height="24px" viewBox="0 0 80 31" enable-background="new 0 0 80 31" xml:space="preserve" class="nav-bar-logo">
|
||||
<a href="/">
|
||||
<title>Logo</title>
|
||||
|
|
Loading…
Reference in a new issue