Skip to content

Commit 6efabd8

Browse files
committed
mobile tweaks
1 parent 7ff4ad2 commit 6efabd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_styles/default.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $other: min-width 476px
6262
@include background-size(100%,auto)
6363
@include breakpoint($mobile)
6464
h2
65-
margin-bottom: 260px
65+
margin-bottom: 150px
6666
@include breakpoint($other)
6767
height: 560px
6868
h2

styles/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ footer {
477477
background-size: 100%, auto; }
478478
@media screen and (max-width: 476px) {
479479
#page1 #work li h2, #page2 #work li h2 {
480-
margin-bottom: 260px; } }
480+
margin-bottom: 150px; } }
481481
@media screen and (min-width: 476px) {
482482
#page1 #work li, #page2 #work li {
483483
height: 560px; }

0 commit comments

Comments
 (0)