Skip to content

Commit

Permalink
Merge pull request #763 from SuffolkLITLab/css-tweak
Browse files Browse the repository at this point in the history
Limit maximum height of logo
  • Loading branch information
nonprofittechy authored Sep 12, 2023
2 parents c3b08d2 + 28c3478 commit 08b22f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docassemble/AssemblyLine/data/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
justify-items: start;
align-items: center;
}
.al-logo { grid-area: logo; }
.al-logo {
grid-area: logo;
}
.al-logo img {
max-height: 40px;
}
.al-title {
display: grid;
grid-template-columns: min-content;
Expand Down

0 comments on commit 08b22f7

Please sign in to comment.