diff options
| -rw-r--r-- | app/index.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app/index.html b/app/index.html index 37a72dc..60730fa 100644 --- a/app/index.html +++ b/app/index.html @@ -10,33 +10,6 @@ <title>Search Engine - Helsinki</title> <style> - /* Ensure the layout doesn't collapse on resize */ - #app { - min-width: 1024px; - } - - /* Improve scrollbar styling */ - #house-list-container::-webkit-scrollbar, - #controls::-webkit-scrollbar { - width: 6px; - } - - #house-list-container::-webkit-scrollbar-track, - #controls::-webkit-scrollbar-track { - background: #f1f1f1; - } - - #house-list-container::-webkit-scrollbar-thumb, - #controls::-webkit-scrollbar-thumb { - background: #c1c1c1; - border-radius: 3px; - } - - #house-list-container::-webkit-scrollbar-thumb:hover, - #controls::-webkit-scrollbar-thumb:hover { - background: #a8a8a8; - } - @font-face { font-family: "Roboto Mono"; font-optical-sizing: auto; |
