Compare commits

..

No commits in common. "b628b32301875c0729c53d1ea06ffb87364c56aa" and "28592fd2d6b09b10a2b3e6a8a35f9acb151c3f89" have entirely different histories.

View File

@ -628,7 +628,15 @@ label span {
color: var(--panel-text); color: var(--panel-text);
} }
@media (max-width: 900px) { @media (max-width: 900px) {
.reviews-grid {
grid-template-columns: 1fr;
column-gap: 0;
}
.recent-review {
width: 100%;
max-width: 100%;
}
.menu-toggle { .menu-toggle {
display: block; display: block;
@ -683,23 +691,4 @@ label span {
.footer-nav{ .footer-nav{
margin-top: 0; 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%;
}
}