diff --git a/style.css b/style.css index 34c650b..07db32c 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ body { display: flex; flex-direction: column; align-items: center; - justify-content: flex-start; + justify-content: center; height: 100vh; margin: 0; padding: 20px; @@ -37,29 +37,22 @@ body { transition: all 0.3s ease-in-out; } -.results { +#search-results { text-align: left; width: 100%; - margin-top: 20px; } .result-item { margin-bottom: 20px; } -.result-title { - font-size: 18px; - font-weight: bold; - color: #007bff; - text-decoration: none; -} - -.result-title:hover { - text-decoration: underline; +.result-details { + display: flex; + align-items: center; } -.result-url { - font-size: 14px; - color: #555; - margin-top: 5px; +.result-icon { + width: 24px; + height: 24px; + margin-right: 10px; }