Skip to content

Commit 6be3f73

Browse files
committed
Responsiveness improvements
1 parent 61c5ce8 commit 6be3f73

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

app/styles/app.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ nav li:first-of-type {
2727

2828
.ui-progressbar {
2929
width: 50%;
30+
min-width: 600px;
3031
heigth: 30px;
3132
position: relative;
3233
}
@@ -43,17 +44,21 @@ nav li:first-of-type {
4344

4445
.ui-slider {
4546
width: 50%;
47+
min-width: 600px;
4648
display: inline-block;
4749
}
4850

4951
.ui-accordion {
52+
min-width: 600px;
5053
width: 50%;
5154
}
5255

53-
.ui-tabs .ui-tabs {
54-
width: 50%;
56+
.ui-tabs {
57+
width: 100%;
58+
min-width: 640px;
5559
}
5660

57-
.ui-tabs, .ui-tabs-nav, .ui-tabs-panel {
61+
.ui-tabs .ui-tabs {
5862
min-width: 600px;
63+
width: 50%;
5964
}

0 commit comments

Comments
 (0)