We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94d29a commit 317b94bCopy full SHA for 317b94b
lib/purebreeze.less
@@ -25,8 +25,22 @@ section {padding-top: 46px;}
25
.banner h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;}
26
.banner p{font-size:18px;font-weight:200;line-height:27px;}
27
28
-@media only screen and (max-width: 999px) {
+@media screen and (min-width:596px) and (max-width: 1024px) {
29
.container {
30
width: 90%;
31
+ padding: 0 10px;
32
}
33
34
+
35
+@media screen and (max-width: 595px) {
36
+ .container {
37
+ width: 90%;
38
39
+ }
40
+ .btn {
41
+ display: block;
42
+ float: none;
43
44
+}
45
46
0 commit comments