feat: adjust card tag label by screen size
This commit is contained in:
@@ -33,6 +33,11 @@
|
|||||||
margin: 12px;
|
margin: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#strain-list .cards .card .tag-list--title {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (min-width: 769px) {
|
@media screen and (min-width: 769px) {
|
||||||
#strain-list .cards .card {
|
#strain-list .cards .card {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
@@ -45,6 +50,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 860px) {
|
||||||
|
#strain-list .cards .card .tag-list--title {
|
||||||
|
font-size: 0.7em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#search-form .filters .select {
|
#search-form .filters .select {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user