We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ec416 commit 2d24402Copy full SHA for 2d24402
css/style.css
@@ -56,9 +56,9 @@ body{
56
57
#wrapper{
58
margin:0 auto;
59
- max-width:960px;
+ max-width:960px;
60
padding:0 10px;
61
- min-width: 320px;
+ min-width: 320px; /* min-width of whole site */
62
}
63
64
a{
@@ -435,6 +435,8 @@ section.install ul li a.right{
435
float: right;
436
437
438
+
439
+/* Make tweaks here to accomodate additional tabs */
440
@media all and (max-width: 630px) {
441
section.install ul li a{
442
padding:10px 2px;
@@ -452,6 +454,7 @@ section.install ul li a.right{
452
454
display: none;
453
455
456
457
+/* end changes */
458
459
460
section.install ul li:first-child a{
0 commit comments