Skip to content

Commit

Permalink
Minor CSS Fix
Browse files Browse the repository at this point in the history
Should have made PR yesterday but delayed it: simply makes image size for the multi-plots in PowerGen more reasonable.
  • Loading branch information
EssamWisam authored Apr 10, 2024
1 parent 97ed0f7 commit 223725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ h3 {
padding: 2px;
}

.franklin-content .img-wide img { width: 95%; padding-left: 0;}
.franklin-content .img-wide img { width: 65%; padding-left: 0;}

/* so that when collapse class is given to an element, its initially collapsed */
.collapse {
Expand Down

0 comments on commit 223725e

Please sign in to comment.