Adjustments to collection lists control and taxonomy header.

This commit is contained in:
mateuswetah 2020-05-04 15:20:11 -03:00
parent 16d1043727
commit 892f87ac6d
4 changed files with 6 additions and 5 deletions

View File

@ -55,7 +55,7 @@
if (windowWidth <= 1860) if (windowWidth <= 1860)
count = 890; count = 890;
if (windowWidth <= 1366) if (windowWidth <= 1365)
count = 580; count = 580;
if (windowWidth <= 920) if (windowWidth <= 920)

View File

@ -47,8 +47,8 @@
> .page-header-content { > .page-header-content {
> .page-header-content-meta { > .page-header-content-meta {
margin: 35px 0 35px 4.16666666667%; margin: 35px 0 24px 4.16666666667%;
margin: 35px 0 35px 4.16666666667vw; margin: 35px 0 24px 4.16666666667vw;
@media only screen and (max-width:992px) { @media only screen and (max-width:992px) {
margin-top: 24px; margin-top: 24px;

View File

@ -25,9 +25,10 @@
.dropdown-menu { .dropdown-menu {
font-size: 0.875rem; font-size: 0.875rem;
border-radius: 0; border-radius: 0;
border: 1px solid #cbcbcb;
a { a {
&:hover{ &:hover{
background-color: #c1dae0; background-color: #f2f2f2;
} }
&.active { &.active {
background-color: #c1dae0; background-color: #c1dae0;

File diff suppressed because one or more lines are too long