[Fix] Sections/Buttons: Center button text in buttons that are 100% width

This commit is contained in:
0xfff 2017-02-05 12:42:29 +09:00
parent 92af9d8d0e
commit 0928bbf78a

View file

@ -111,6 +111,7 @@ $m: 'section';
@include mq($to: 600px) { // optical
& > * {
width: 100%;
text-align: center;
}
}
}