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