Skip to content

Commit

Permalink
Adjust upward font sizes for portfolios
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 5, 2020
1 parent 0b51abc commit deb76d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/css/photosynthesis.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ div.portfolio {
}
div.portfolio tr.notes td {
font-family: Verdana, 'Lucida Sans', Helvetica, Arial, sans-serif;
font-size: .85em;
background-color: #eef;
}
div.portfolio tr {
Expand All @@ -101,6 +100,7 @@ div.portfolio {
}
div.portfolio .comments textarea {
width: 40em !important;
font-size: 1em;
}
div.portfolio .comments button[type="submit"] {
margin-left: 1em;
Expand Down

0 comments on commit deb76d2

Please sign in to comment.