We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8d773 commit 7c3aa1aCopy full SHA for 7c3aa1a
_sass/index.scss
@@ -235,17 +235,23 @@ section#intro {
235
}
236
237
238
- .newsletter-info {
239
- width: 60%;
240
- display: flex;
241
- flex-direction: column;
242
- justify-content: center;
243
-
+ .newsletter-title {
244
@include media-query($on-palm) {
245
- width: 100%;
246
- text-align: center;
+ margin: 0;
247
248
+
+ // .newsletter-info {
+ // width: 60%;
+ // display: flex;
+ // flex-direction: column;
+ // justify-content: center;
249
250
+ // @include media-query($on-palm) {
251
+ // width: 100%;
252
+ // text-align: center;
253
+ // }
254
255
256
257
0 commit comments