diff --git a/apps/ui/templates/garage.html b/apps/ui/templates/garage.html index 49bdccf..8a6fb14 100644 --- a/apps/ui/templates/garage.html +++ b/apps/ui/templates/garage.html @@ -21,37 +21,7 @@ .container { max-width: 800px; margin: 0 auto; - } - - .header { - background: rgba(255, 255, 255, 0.95); - border-radius: 12px; - padding: 20px; - margin-bottom: 20px; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); - } - - .back-button { - background: none; - border: none; - color: #667eea; - font-size: 16px; - cursor: pointer; - padding: 8px 0; - margin-bottom: 12px; - display: inline-block; - text-decoration: none; - } - - .back-button:hover { - text-decoration: underline; - } - - .page-title { - font-size: 24px; - font-weight: 700; - color: #333; - margin: 0; + padding-top: 20px; } .devices-container { @@ -253,11 +223,6 @@