More css updates due to heading hierarchy change.,
This commit is contained in:
parent
1f42bb73a4
commit
da1e1fffe6
|
@ -10,6 +10,7 @@
|
|||
font-size: 1.5rem !important;
|
||||
font-weight: bold;
|
||||
margin: 0 60px 0 0px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1526px) {
|
||||
|
@ -29,6 +30,7 @@
|
|||
margin-left: 4.16666666667vw;
|
||||
margin-right: 4.16666666667vw;
|
||||
margin-bottom: 2rem;
|
||||
padding-top: 0;
|
||||
}
|
||||
.single-item-collection-banner {
|
||||
margin-left: -4.16666667%;
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
|
||||
p {
|
||||
font-size: 0.875rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -592,9 +592,10 @@ nav {
|
|||
padding: 8px 0;
|
||||
width: auto;
|
||||
h1 {
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.5rem !important;
|
||||
font-weight: normal;
|
||||
margin: 0.3rem 0 0.38rem 0;
|
||||
padding: 0;
|
||||
}
|
||||
.logo {
|
||||
width: auto;
|
||||
|
@ -604,7 +605,7 @@ nav {
|
|||
}
|
||||
@media only screen and (max-width: 576px){
|
||||
h1 {
|
||||
font-size: 1.125rem;
|
||||
font-size: 1.125rem !important;
|
||||
margin: 0.6rem 0;
|
||||
}
|
||||
.logo { max-width: 175px; }
|
||||
|
@ -1171,6 +1172,7 @@ nav {
|
|||
font-weight: bold;
|
||||
word-break: break-word;
|
||||
margin: 0;
|
||||
padding-top: 0;
|
||||
@media only screen and (max-width: 576px){
|
||||
min-width: 85%;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue