Enhance paragraph typography responsiveness

Tom Rutgers committed Aug 18, 2018
commit 34cccd7d9c9771a007fbc83d350c97b172b664ac
Showing 2 changed files with 5 additions and 5 deletions
source/stylesheets/demo/base/_typography.scss +5 -0
@@ @@ -48,5 +48,10 @@ h3 {
h2 {
font-size: 24px;
}
+
+ p {
+ font-size: 16px;
+ line-height: 24px;
+ }
}
source/stylesheets/demo/homepage/_story.scss +0 -5
@@ @@ -24,11 +24,6 @@
@media screen and(max-width: $screen-xs-max){
padding-top: 30px;
padding-bottom: 30px;
-
- p {
- font-size: 16px;
- line-height: 24px;
- }
}
}
}
\ No newline at end of file