Skip to content

Commit

Permalink
testing bold format
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillasr committed Oct 4, 2023
1 parent 5f41ee0 commit f3d9349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ a.navbar-item.is-active {

.resume-title {
font-size: 2rem !important; /* Your desired font size */
font-weight: bold; /* Your desired font weight */
// font-weight: 600; /* Your desired font weight */
text-align: center; /* Your desired text alignment */
}

Expand Down Expand Up @@ -353,7 +353,7 @@ a.navbar-item.is-active {

.thesis {
color: #333; /* Description color */
font-weight: 600;
// font-weight: 600;
}

.supervisor {
Expand All @@ -380,7 +380,7 @@ a.navbar-item.is-active {
margin-left: 30px
}
.highlight {
font-weight: bold;
// font-weight: 600;
color: #333;
}
.publ-info {
Expand Down

0 comments on commit f3d9349

Please sign in to comment.