Skip to content

Commit

Permalink
attempt to upload 6
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisrCodes committed Jul 25, 2024
1 parent 24b0812 commit 5d23cf2
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1295,23 +1295,27 @@ html, body {

.top__links {
display: flex;
align-items: center; /* Center align icons vertically */
gap: 10px; /* Adjust space between icons */
align-items: center;
gap: 10px;
}

.top__links a {
display: flex;
align-items: center; /* Center align text and icon */
align-items: center;
text-decoration: none;
color: inherit; /* Ensure text color matches the design */
color: inherit;
}

.top__links img {
margin-left: 5px; /* Adjust space between text and icon */
margin-left: 5px;
}

.intro__contact {
display: flex;
align-items: center; /* Center items vertically */
gap: 15px; /* Space between text and links */
}
align-items: center;
gap: 15px;
}

audio {
display: none;
}

0 comments on commit 5d23cf2

Please sign in to comment.