Skip to content

Commit

Permalink
feat: updated desktop layout for legibility
Browse files Browse the repository at this point in the history
  • Loading branch information
peterprototypes committed Sep 15, 2023
1 parent 2235e46 commit cd709b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ main {
flex-direction: column;
margin-left: 30px;
flex-grow: 1;
/* padding-bottom: 30px; */
}

.social-links {
Expand Down Expand Up @@ -336,7 +337,7 @@ main {
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 0 30px;
padding: 0 30px 0 0;
max-width: 210px;
}

Expand All @@ -346,6 +347,10 @@ main {
min-width: 10px;
margin-right: 30px;
}

.index-page .contact-info {
margin: 20px 0 0 0;
}
}

/*
Expand Down

0 comments on commit cd709b3

Please sign in to comment.