Remove margin from last elem

master
Will Faught 12 months ago
parent 0c70c5a169
commit 1336b1a963

@ -43,6 +43,10 @@
margin-bottom: 1rem;
}
#paige-content > :last-child {
margin-bottom: 0;
}
#paige-metadata-rest:empty {
margin-bottom: 0;
}

Loading…
Cancel
Save