Make buttons inline-block on mobile && remove article custom style.

This commit is contained in:
koester 2017-12-25 14:23:45 +01:00
parent 34a2b8c27a
commit bc1a02a2fd
2 changed files with 1 additions and 8 deletions

View file

@ -24,13 +24,6 @@ article {
}
button {
@include resp(xs) {
margin: 0 auto;
display: block;
width: 100%;
margin-bottom: 1.5rem;
}
&:not(:first-of-type) {
margin-left: 2rem;

View file

@ -15,7 +15,7 @@ button,
@include shadow();
@include resp(520px) {
display: block;
display: inline-block;
margin: 0 auto;
text-align: center;
margin-bottom: 1rem;