diff --git a/website/orders.css b/website/orders.css index 1f6a135..d1391f6 100644 --- a/website/orders.css +++ b/website/orders.css @@ -43,3 +43,10 @@ h1 { .order li { margin: 5px 0; } + +/* Responsive design */ +@media (max-width: 768px) { + .order { + width: 100%; /* Full width for smaller screens */ + } +}