font-weight: 400;\r
font-size: 30px;\r
margin-bottom: .5em;\r
- margin-top: .8em;\r
+ margin-top: 1.2em;\r
line-height: 1.1;\r
\r
+ &:first-of-type {\r
+ margin-top: 0;\r
+ }\r
+\r
@media @m900 {\r
font-size: 20px;\r
}\r
}\r
\r
-.content-wrapper{\r
- max-width: 800px;\r
- margin:0 auto;\r
+.content-wrapper {\r
+ width: auto !important;\r
+ box-sizing: content-box; // Needed so we can control the content max-width without the % padding interfering\r
+ max-width: 670px;\r
+ margin: 0 auto;\r
+\r
+ @media @m900 {\r
+ max-width: 560px; // To keep the line length similar when font-size is reduced\r
+ }\r
}
\ No newline at end of file