mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 11:07:40 +01:00
Add responsive design for order section in CSS
This commit is contained in:
@@ -43,3 +43,10 @@ h1 {
|
|||||||
.order li {
|
.order li {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Responsive design */
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.order {
|
||||||
|
width: 100%; /* Full width for smaller screens */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user