Skip to content

Commit

Permalink
fix: title centering
Browse files Browse the repository at this point in the history
  • Loading branch information
peterprototypes committed Sep 29, 2023
1 parent 930e7fd commit b49e7d2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,20 +247,26 @@ main {
flex-direction: column;
margin-left: 30px;
flex-grow: 1;
max-width: 205px;
/* padding-bottom: 30px; */
}

.social-links {
display: flex;
flex-direction: row;
align-items: flex-start;
margin-bottom: 20px;
flex-wrap: wrap;
}

.social-links a {
display: flex;
align-items: center;
margin-right: 1em;
margin-right: 0.7em;
margin-bottom: 1em;
}

.social-links a:last-child {
margin-right: 0;
}

.contact-info svg {
Expand Down

0 comments on commit b49e7d2

Please sign in to comment.