Adjustments to collection lists control and taxonomy header.
This commit is contained in:
parent
16d1043727
commit
892f87ac6d
|
@ -55,7 +55,7 @@
|
|||
if (windowWidth <= 1860)
|
||||
count = 890;
|
||||
|
||||
if (windowWidth <= 1366)
|
||||
if (windowWidth <= 1365)
|
||||
count = 580;
|
||||
|
||||
if (windowWidth <= 920)
|
||||
|
|
|
@ -47,8 +47,8 @@
|
|||
> .page-header-content {
|
||||
|
||||
> .page-header-content-meta {
|
||||
margin: 35px 0 35px 4.16666666667%;
|
||||
margin: 35px 0 35px 4.16666666667vw;
|
||||
margin: 35px 0 24px 4.16666666667%;
|
||||
margin: 35px 0 24px 4.16666666667vw;
|
||||
|
||||
@media only screen and (max-width:992px) {
|
||||
margin-top: 24px;
|
||||
|
|
|
@ -25,9 +25,10 @@
|
|||
.dropdown-menu {
|
||||
font-size: 0.875rem;
|
||||
border-radius: 0;
|
||||
border: 1px solid #cbcbcb;
|
||||
a {
|
||||
&:hover{
|
||||
background-color: #c1dae0;
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
&.active {
|
||||
background-color: #c1dae0;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue