Skip to content

Commit

Permalink
Merge pull request #158 from sproogen/feature/centre-details
Browse files Browse the repository at this point in the history
Vertically centre details
  • Loading branch information
sproogen authored Jan 17, 2022
2 parents c3dbf53 + 6e6cc0f commit b5870f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/modern-resume-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@
flex-direction: row;

.details {
display: flex;
flex-direction: column;
text-align: left;
justify-content: center;
vertical-align: middle;

p {
margin-bottom: 3px;
Expand Down Expand Up @@ -133,6 +137,10 @@
@media screen and (max-width: 768px) {
flex-direction: column;
}

.details {
margin-bottom: 2rem;
}
}

.layout-top-middle, .layout-top, .layout-top-right {
Expand Down

0 comments on commit b5870f6

Please sign in to comment.