Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadBalti authored Oct 26, 2023
1 parent 9848444 commit 227bac0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,30 @@ input[type="text"] {
@media (max-width: 768px) {
/* Adjust styles for smaller screens */
}



/* Style the "About the Owner" section */
.owner-bio {
font-size: 16px;
margin-bottom: 20px;
}

/* Style the social media buttons */
.social-links {
margin-top: 10px;
}

.social-links a {
font-size: 18px;
}

/* Style the selected theme */
.theme-light {
background-color: #f5f5f5;
}

.theme-dark {
background-color: #333;
color: #fff;
}

0 comments on commit 227bac0

Please sign in to comment.