fix panel-sec text

master
Ayush Mukherjee 4 years ago
parent a742c6e4b4
commit 8f3704409b

@ -24,11 +24,20 @@
.body__title { .body__title {
font-size: $font-heading; font-size: $font-heading;
font-weight: $font-bold; font-weight: $font-bold;
align-self: center;
justify-self: center;
} }
.body__content { .body__content {
margin: 40px 0; margin: 40px 0;
width: 70%; width: 90%;
align-self: center;
justify-self: center;
}
.body__cta {
align-self: center;
justify-self: center;
} }
} }
} }
@ -40,6 +49,10 @@
margin-right: 0; margin-right: 0;
margin-left: 10px; margin-left: 10px;
align-items: flex-end; align-items: flex-end;
.body__content {
width: 90%;
}
} }
} }

Loading…
Cancel
Save