Improved responsive design
This commit is contained in:
parent
776eaec21b
commit
66d8eb8f78
@ -48,7 +48,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 770px) {
|
||||
@media (max-width: 767px) {
|
||||
.day {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
@ -75,6 +75,13 @@
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 300px) {
|
||||
.day {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user