Skip to content

Commit

Permalink
Small CSS improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoonen committed Aug 12, 2024
1 parent 2e0f73e commit 8bb3e60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1831,6 +1831,7 @@ img + small, img + br + small {
position: relative;
text-align: center;
padding-bottom: 30px;
margin-top: 30px;
margin-bottom: 30px;
flex: 1; /* Controls the column width. Here: value 1 */
}
Expand All @@ -1849,6 +1850,8 @@ img + small, img + br + small {
}

.authors-body {
padding-bottom: 30px;
margin-top: 5px;
flex: 3; /* Three times as much space as the authors-header column */
}

Expand Down

0 comments on commit 8bb3e60

Please sign in to comment.