Skip to content

Commit

Permalink
Update main.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Mael7307 authored Oct 21, 2024
1 parent d3b04f5 commit 19e36e2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,28 @@
---

@import 'modern-resume-theme';
/* Custom CSS to align the date and university name in one line */
.education-entry {
display: flex;
justify-content: space-between;
align-items: baseline;
}

.education-title {
font-weight: bold;
}

.education-date {
font-style: italic;
margin-left: 1em; /* Space between university name and date */
}

.education-thesis {
margin-top: 0.5em;
font-style: italic;
}

.education-description {
margin-top: 0.5em;
text-align: left;
}

0 comments on commit 19e36e2

Please sign in to comment.