Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonT500 authored Oct 27, 2023
1 parent a05b098 commit ac56c45
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}

0 comments on commit ac56c45

Please sign in to comment.