Remove margin-bottom from last child of #left.

master
voussoir 2019-03-16 12:24:50 -07:00
parent 59901cb344
commit cc98def9fb
1 changed files with 4 additions and 1 deletions

View File

@ -14,10 +14,13 @@ h2, h3
#left > * #left > *
{ {
background-color: var(--color_site_transparency); background-color: var(--color_site_transparency);
margin-bottom: 30px;
padding: 8px; padding: 8px;
border-radius: 5px; border-radius: 5px;
} }
#left > *:not(:last-child)
{
margin-bottom: 30px;
}
#album_metadata h2 .editor_input #album_metadata h2 .editor_input
{ {
font-size: inherit; font-size: inherit;