Skip to content

Commit 3e9ef40

Browse files
committed
Footer: shrink gap above logos by ~5x
- footer-bars margin-bottom 0.4rem -> 0.08rem. - institutional-logos: drop the 0.1rem vertical padding and any default margin; add line-height: 0 so the inline image baseline doesn't introduce extra whitespace at the top of the logos.
1 parent 179f9d2 commit 3e9ef40

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

assets/css/style.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ details.show-more {
740740
.footer-bars {
741741
display: flex;
742742
height: 39px;
743-
margin-bottom: 0.4rem;
743+
margin-bottom: 0.08rem;
744744
}
745745
.footer-bar-dark,
746746
.footer-bar-teal {
@@ -769,7 +769,9 @@ details.show-more {
769769
justify-content: center;
770770
align-items: center;
771771
gap: 4rem;
772-
padding: 0.1rem 0;
772+
padding: 0;
773+
margin: 0;
774+
line-height: 0;
773775

774776
img {
775777
width: auto;

0 commit comments

Comments
 (0)