deleted margin-bottom for main-content (for optional bg-color without white space)

This commit is contained in:
Silke Pisulla 2017-01-06 11:52:51 +01:00
commit 80a8597571

View file

@ -54,7 +54,7 @@ a {
background: @color-content-bg;
color: inherit;
padding: 1rem 2rem 2rem;
margin-bottom: .5rem;
// margin-bottom: .5rem; // no margin: if there is another bg-color, then there is an #fff border
overflow: hidden;
word-wrap: break-word;
}