fixed nav bar bottom alignment

This commit is contained in:
bill bittner 2017-10-30 11:28:44 -07:00
parent b2268ceee9
commit f563288efd
2 changed files with 6 additions and 1 deletions

View file

@ -63,6 +63,11 @@ body, .flex-container--column {
align-items: baseline; align-items: baseline;
} }
.flex-container--space-between-center {
justify-content: space-between;
align-items: center;
}
.hidden { .hidden {
display: none; display: none;
} }

View file

@ -1,5 +1,5 @@
<div class="row row--wide nav-bar"> <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"> <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="/"> <a href="/">
<title>Logo</title> <title>Logo</title>