Skip to content

Commit

Permalink
Improve spacing and font (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxek authored Jun 22, 2024
1 parent 5dc88fb commit 0b5bdf2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
13 changes: 11 additions & 2 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,18 @@ ul.book-category-content{
width: 100%;
}


.book-content .book-header{
margin-bottom: 10px;;
}

.book-content h5,
.book-content h6{
display: inline;
font-weight: 300;
font-weight: 500;
}
.book-content h5{
margin-right: 2px;
margin-right: -2px;
}
.book-content .goodreads-link{
float: right;
Expand All @@ -112,6 +117,10 @@ ul.book-category-content {
}


li.book-content p{
line-height: normal;
}

.about__profile-picture img{
object-fit: contain;
}
Expand Down
12 changes: 10 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9319,10 +9319,18 @@ span a:hover {
.lead {
font-size: 16px;
font-weight: 300;
line-height: 1.78;
letter-spacing: -0.2px;
line-height: 1.2;
letter-spacing: -0px;
color: #000;
}

br {
content: "";
margin: 2em;
display: block;
font-size: 24%;
}

@media (min-width: 992px) {
.lead {
font-size: 18px;
Expand Down

0 comments on commit 0b5bdf2

Please sign in to comment.