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 713f1b1 commit 4567e56
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@
justify-content: space-between;
align-items: baseline;
}

/* Style the date next to the title */
.education-title {
font-weight: bold;
}

.education-date {
font-style: italic;
margin-left: 1em; /* Space between university name and 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 {
Expand Down

0 comments on commit 4567e56

Please sign in to comment.