more work on menu margins

This commit is contained in:
Mark Eaton
2021-03-04 13:28:52 -05:00
parent 9cf9839354
commit a6044f3428
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -64,12 +64,8 @@ a.searchmenu {
color: #111; color: #111;
} }
.yamm4 > .row > .searchmenu >.highlight-menu-item {
padding: 2px;
}
.highlight-menu-item { .highlight-menu-item {
padding: 10px; padding: 2px;
} }
.highlight-menu-item:hover { .highlight-menu-item:hover {
@@ -222,6 +218,10 @@ img {
max-width: 460px; max-width: 460px;
} }
#yamm4-margins {
margin: -15px 0px;
}
/* media queries */ /* media queries */
@media only screen and (min-width: 992px) { @media only screen and (min-width: 992px) {
.form-width { .form-width {
@@ -253,7 +253,7 @@
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1"> <ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li> <li>
<div class="yamm-content yamm4"> <div class="yamm-content yamm4">
<div class="row"> <div class="row" id="yamm4-margins">
<a class="searchmenu" onclick="customizeSearch('Books')"> <a class="searchmenu" onclick="customizeSearch('Books')">
<div class="col-xs-12 highlight-menu-item"> <div class="col-xs-12 highlight-menu-item">
<strong>Books</strong> <strong>Books</strong>