deleted margin-bottom for main-content (for optional bg-color without white space)
This commit is contained in:
parent
52b93d12e9
commit
80a8597571
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ a {
|
||||||
background: @color-content-bg;
|
background: @color-content-bg;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
padding: 1rem 2rem 2rem;
|
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;
|
overflow: hidden;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue