Compare commits

..

2 Commits

View File

@ -628,15 +628,7 @@ label span {
color: var(--panel-text);
}
@media (max-width: 900px) {
.reviews-grid {
grid-template-columns: 1fr;
column-gap: 0;
}
.recent-review {
width: 100%;
max-width: 100%;
}
.menu-toggle {
display: block;
@ -691,4 +683,23 @@ label span {
.footer-nav{
margin-top: 0;
}
.daily-meals-grid{
grid-template-columns: repeat(1, 300px);
grid-template-rows: repeat(6, 100px);
}
}
@media (max-width: 1024px){
.reviews-grid {
grid-template-columns: 1fr;
column-gap: 0;
}
.recent-review {
width: 100%;
max-width: 100%;
}
}