Fix home collection size on mobile
This commit is contained in:
parent
bd4a09388f
commit
d377627b29
|
@ -71,7 +71,7 @@
|
||||||
weight: 700;
|
weight: 700;
|
||||||
}
|
}
|
||||||
bottom: 2.8rem;
|
bottom: 2.8rem;
|
||||||
@media only screen and (max-width: 576px){
|
@media only screen and (max-width: 767px){
|
||||||
font: {
|
font: {
|
||||||
size: 18px;
|
size: 18px;
|
||||||
weight: 500;
|
weight: 500;
|
||||||
|
|
Loading…
Reference in New Issue