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 86fbca2 commit 06f3059
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,4 @@

@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;
}
/* Style the date next to the title */
.education-title {
font-weight: bold;
}

.education-date {
font-size: 0.85em; /* Makes the date smaller */
font-weight: normal; /* Ensures the date is not bold */
margin-left: 0.5em; /* Adds a little space between the university name and the date */
color: #6c757d; /* Optional: Gray color to match the caption style */
}

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

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

0 comments on commit 06f3059

Please sign in to comment.