Skip to content

Commit 317b94b

Browse files
committed
Better for narrow screens
1 parent d94d29a commit 317b94b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

lib/purebreeze.less

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,22 @@ section {padding-top: 46px;}
2525
.banner h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;}
2626
.banner p{font-size:18px;font-weight:200;line-height:27px;}
2727

28-
@media only screen and (max-width: 999px) {
28+
@media screen and (min-width:596px) and (max-width: 1024px) {
2929
.container {
3030
width: 90%;
31+
padding: 0 10px;
3132
}
3233
}
34+
35+
@media screen and (max-width: 595px) {
36+
.container {
37+
width: 90%;
38+
padding: 0 10px;
39+
}
40+
.btn {
41+
display: block;
42+
float: none;
43+
}
44+
}
45+
46+

0 commit comments

Comments
 (0)