projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14173ff
)
moved navbar min size css code
author
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 12 Nov 2019 21:59:44 +0000
(16:59 -0500)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 12 Nov 2019 21:59:44 +0000
(16:59 -0500)
this gets applied sooner than the rest of the navbar loads
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index 96ff2a3e4047f61e1928b8cb54b647c48807aa96..d931e0f2a94af2f607c03a0532eefc213c843696 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-207,7
+207,7
@@
@media screen and (max-width: 767px) {
#block-ryf-main-menu .navbar-nav { max-width: 130px; }
- #navbar
-collapse
{ min-height: 260px; }
+ #navbar { min-height: 260px; }
}
@media screen and (min-width: 768px) {