Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Signed-off-by: Atelloblue <[email protected]>
  • Loading branch information
Atelloblue authored Sep 22, 2024
1 parent 2cfef29 commit df33c7a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ li.nav-links a:hover {
}

#form-search {
width: 300px;
width: 900px;
line-height: 24px;
padding: 10px 5px;
}
Expand Down Expand Up @@ -164,17 +164,12 @@ li.nav-links a:hover {
margin: 5px;
text-align: center;
line-height: 1.5;
transition: box-shadow 0.3s ease;
}

.buttons input[type="button"]:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.buttons input[type="button"]:active {
background: #e0e0e0;
}

/* Search Box Styling */
div#gsc-iw-id1.gsc-input-box {
border-radius: 24px; /* Smooth rounded corners */
Expand All @@ -189,6 +184,10 @@ div#gsc-iw-id1.gsc-input-box {
margin-left: 10px; /* Move the box a tiny bit to the right */
}

div#gsc-iw-id1.gsc-input-box:hover{
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Adjust the size if the device width is smaller than 550px */
@media screen and (max-width: 550px) {
div#gsc-iw-id1.gsc-input-box {
Expand All @@ -203,9 +202,10 @@ div#gsc-iw-id1.gsc-input-box {
div#gsc-iw-id1.gsc-input-box input {
border: none; /* Removes inner input border */
outline: none; /* Removes outline when focused */
width: 100%;
width: 90% !important; /* Adjusts the width to be responsive */
height: 35px !important;
font-size: 16px;
margin-left: 28px !important; /* Move the input field a tiny bit to the right with higher priority */
margin-left: 8px !important; /* Move the input field a tiny bit to the right with higher priority */
}

span#gs_cb50.gscb_a {
Expand Down

0 comments on commit df33c7a

Please sign in to comment.