Skip to content

Commit 33d576b

Browse files
committed
Merge pull request Code52#46 from soberstadt/master
Fixed for screen size <800px
2 parents d777a5c + 0a538fd commit 33d576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/landing.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ h2 { margin-left:20px; }
138138
h2 {font-size: 1.5em;}
139139
h3 {font-size: 1.25em;}
140140
.metro-pivot .pivot-item h3, .metro-pivot .headers .header { font-size: 125%; display:block; }
141-
.metro-pivot .pivot-item h3, .metro-pivot .headers {clear:both; margin-bottom:60px; }
141+
.metro-pivot .pivot-item h3, .metro-pivot .headers {clear:both; height: auto; }
142142
ul,li { margin-left:0px; padding:0px;}
143143
#container { margin:5px; }
144144
}

0 commit comments

Comments
 (0)