Book form: reduce font size for dates on mobile
This commit is contained in:
@@ -39,4 +39,13 @@ const today = new Date().toISOString().slice(0, 10)
|
|||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.datelabel {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
.datepicker {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user