mirror of
https://github.com/franjsco/tomadoro
synced 2025-01-03 10:09:38 +01:00
Fix responsive box
This commit is contained in:
parent
149d264603
commit
00409ac11a
@ -27,7 +27,7 @@ class Box extends Component {
|
||||
</Col>
|
||||
</Row>
|
||||
<Row>
|
||||
<Col xs="6" md="6">
|
||||
<Col xs="6">
|
||||
<Button
|
||||
className="button"
|
||||
color="danger"
|
||||
@ -38,7 +38,7 @@ class Box extends Component {
|
||||
STOP
|
||||
</Button>
|
||||
</Col>
|
||||
<Col xs="6" md="6">
|
||||
<Col xs="6">
|
||||
<Button
|
||||
className="button"
|
||||
color="secondary"
|
||||
|
@ -135,7 +135,7 @@ class Timer extends Component {
|
||||
</Col>
|
||||
</Row>
|
||||
<Row>
|
||||
<Col md={{ size: 6, offset: 3 }}>
|
||||
<Col sm={{size: 10, offset: 1}} md={{size: 8, offset: 2}} lg={{ size: 6, offset: 3 }}>
|
||||
<Box
|
||||
startTimer={this.startTimer}
|
||||
stopTimer={this.stopTimer}
|
||||
|
Loading…
Reference in New Issue
Block a user