Remove margin of first and last paragraphs in cards.
This commit is contained in:
parent
7e58785c85
commit
f3c8a9858b
1 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,14 @@
|
|||
margin: 0.33em 0 0.5em 0;
|
||||
}
|
||||
|
||||
> p
|
||||
{
|
||||
&:first-child
|
||||
{ margin-top: auto; }
|
||||
&:last-child
|
||||
{ margin-bottom: auto; }
|
||||
}
|
||||
|
||||
&.floating
|
||||
{
|
||||
width: 20em;
|
||||
|
|
Loading…
Reference in a new issue