Skip to content

Commit

Permalink
doc: Put card buttons at card bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien CHEVALIER committed Dec 12, 2019
1 parent b9ee7a7 commit 9bdc3ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/themes/the-things-stack/assets/css/theme.scss
Expand Up @@ -115,6 +115,16 @@ $table-foot-cell-border-width: 0;
&.is-fullwidth {
width: 100%;
}

.card-content{
display: flex;
height: 100%;
flex-direction: column;
}

.buttons{
margin-top: auto;
}
}

.hero {
Expand Down

0 comments on commit 9bdc3ba

Please sign in to comment.