From cc98def9fb45b18bf5a29d69de08cb51f1c7f12d Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 16 Mar 2019 12:24:50 -0700 Subject: [PATCH] Remove margin-bottom from last child of #left. --- frontends/etiquette_flask/templates/album.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontends/etiquette_flask/templates/album.html b/frontends/etiquette_flask/templates/album.html index b7c75e4..3cbf4dd 100644 --- a/frontends/etiquette_flask/templates/album.html +++ b/frontends/etiquette_flask/templates/album.html @@ -14,10 +14,13 @@ h2, h3 #left > * { background-color: var(--color_site_transparency); - margin-bottom: 30px; padding: 8px; border-radius: 5px; } +#left > *:not(:last-child) +{ + margin-bottom: 30px; +} #album_metadata h2 .editor_input { font-size: inherit;