Skip to content

Commit

Permalink
Improve styling of virus pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tverbeiren committed Sep 28, 2023
1 parent 1f92e79 commit c298cef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ table {
}

.virus-figure {
width: 90%;
width: 80%;
margin: auto;
padding: 10px;
border: 1px solid #9095A8;
padding: 20px;
/* border: 1px solid #9095A8; */
}

/* Add an indicator that text can be found below the figure */
Expand All @@ -383,14 +383,14 @@ table {
}

.virus-text {
font-weight: 500;
font-weight: 400;
font-size: 1.2em;
width: 80%;
margin: auto;
text-align: left;
border-top: 4px solid #9095A8;
border-left: 4px solid #9095A8;
border-right: 4px solid #9095A8;
border-bottom: 4px solid #9095A8;
padding: 10px;
border-top: 2px solid #9095A8;
/* border-left: 1px solid #9095A8; */
/* border-right: 1px solid #9095A8; */
border-bottom: 2px solid #9095A8;
padding: 20px;
}

0 comments on commit c298cef

Please sign in to comment.