aloupfor
commited on
Commit
·
7b0a7ff
1
Parent(s):
eacdf20
Change rule that breaks responsive (#28)
Browse files- demo/styles/demo.scss +1 -1
demo/styles/demo.scss
CHANGED
@@ -72,7 +72,7 @@ section {
|
|
72 |
}
|
73 |
|
74 |
.tagline {
|
75 |
-
width: 450px;
|
76 |
margin: 0 auto 25px;
|
77 |
text-align: center;
|
78 |
}
|
|
|
72 |
}
|
73 |
|
74 |
.tagline {
|
75 |
+
max-width: 450px;
|
76 |
margin: 0 auto 25px;
|
77 |
text-align: center;
|
78 |
}
|