Remove margin from last elem
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#paige-content > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#paige-metadata-rest:empty {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user