Add centered class for paragraphs
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
p {
|
||||
margin: 0 0 ($gap * 2) 0;
|
||||
@include line-max;
|
||||
|
||||
&.centered {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
@@ -2,12 +2,6 @@
|
||||
text-align: center;
|
||||
padding: 4rem 6rem;
|
||||
|
||||
.task-order-get-started__panel {
|
||||
p {
|
||||
margin: 2rem auto;
|
||||
}
|
||||
}
|
||||
|
||||
.task-order-get-started__list {
|
||||
ul {
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user