Skip to content

Commit

Permalink
Tidy <p> tag styles (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jan 18, 2022
1 parent 5f1a66d commit 41ef282
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions _sass/components/_copy.scss
@@ -1,33 +1,13 @@
@import "settings/breakpoints";
@import "settings/fonts";

p {
font-family: $font-family-sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
margin: 0 0 10px;
}

@media (min-width: $breakpoint-l) {
p {
font-size: 16px;
font-weight: 400;
line-height: 1.375;
}
}

@media (max-width: $breakpoint-l) {
p {
font-size: 16px;
font-weight: 400;
line-height: 1.25em;
}
}

@media (max-width: $breakpoint-m) {
p {
font-size: 16px;
font-weight: 400;
line-height: 1.25em;
}
}

.text-center {
text-align: center;
}

0 comments on commit 41ef282

Please sign in to comment.