fixed recent reviews and daily recipes adaptive #5
@ -628,15 +628,7 @@ 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;
|
||||||
@ -691,4 +683,23 @@ 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%;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user