commit | 325acdd9f9039f3721762d92afc104f4a69220a7 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sun Jun 23 08:50:00 2024 +0200 |
committer | SamarV-121 <samar@samarv121.dev> | Sun Jun 23 14:27:58 2024 +0530 |
tree | f31edc3e837b8623b0daa8d290495e750d1fccac | |
parent | 03e9096f651ca6f1e013ae7ce0d899ccbb34e891 [diff] |
www: Move device info above downloads on mobile Change-Id: I214e2437404739bc4fb7ad79b07fa9e2efb4cf9a
diff --git a/public/assets/app.css b/public/assets/app.css index c0fc54c..8d870e8 100644 --- a/public/assets/app.css +++ b/public/assets/app.css
@@ -689,6 +689,10 @@ .features { grid-template-columns: repeat(1, minmax(0, 1fr)); } + + .device-info { + flex-direction: column-reverse; + } } #device-search {