Skip to content

Commit

Permalink
Adjust CSS for symmetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Sep 15, 2024
1 parent 95ba74a commit a7887df
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ h6

.stMain
{
margin-top: 2em;
margin-top: 2em;
margin-right: var(--stColumnWidthLeft);
}

/*
Expand Down Expand Up @@ -334,6 +335,7 @@ h6
margin-bottom: 2em;
border: var(--stMetaBorder);
border-collapse: collapse;
width: 100%;
}
.stMetadataTable td
{
Expand Down

0 comments on commit a7887df

Please sign in to comment.