Give author bios the standard bottom padding other Article sections have

This commit is contained in:
benjamin melançon 2019-10-07 09:10:30 -04:00
parent 352bb35433
commit d070b0f77f

View file

@ -53,3 +53,8 @@
height: 16rem; height: 16rem;
} }
} }
/* Yes i know i should just give author bios their own class */
.node--type-people.node--view-mode-teaser {
margin-bottom: 1rem;
}