forked from dbroqua/MusicTopus
Updated navbar size
This commit is contained in:
parent
77de7d54ca
commit
209ba0f5f0
2 changed files with 82 additions and 76 deletions
|
@ -1,5 +1,5 @@
|
|||
.navbar {
|
||||
min-height: 3.25rem;
|
||||
min-height: 3.5rem;
|
||||
background-color: var(--navbar-color);
|
||||
box-shadow: rgba(216, 222, 233, 0.15) 0px 5px 10px 0px;
|
||||
color: rgba(0,0,0,.7);
|
||||
|
@ -11,11 +11,15 @@
|
|||
@include transition() {}
|
||||
|
||||
@include respond-to("medium-up") {
|
||||
min-height: 3.25rem;
|
||||
align-items: stretch;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
&.container {
|
||||
max-width: 1330px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
align-items: stretch;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue