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