Skip to content

Commit 2d24402

Browse files
Kaylea NelsonKaylea Nelson
authored andcommitted
added additional comments to css for tweaking mobile experience
1 parent b1ec416 commit 2d24402

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css/style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ body{
5656

5757
#wrapper{
5858
margin:0 auto;
59-
max-width:960px;
59+
max-width:960px;
6060
padding:0 10px;
61-
min-width: 320px;
61+
min-width: 320px; /* min-width of whole site */
6262
}
6363

6464
a{
@@ -435,6 +435,8 @@ section.install ul li a.right{
435435
float: right;
436436
}
437437

438+
439+
/* Make tweaks here to accomodate additional tabs */
438440
@media all and (max-width: 630px) {
439441
section.install ul li a{
440442
padding:10px 2px;
@@ -452,6 +454,7 @@ section.install ul li a.right{
452454
display: none;
453455
}
454456
}
457+
/* end changes */
455458

456459

457460
section.install ul li:first-child a{

0 commit comments

Comments
 (0)