Match Angular bottom-description padding and line-height exactly
This commit is contained in:
@@ -183,20 +183,27 @@
|
||||
}
|
||||
|
||||
.bottom-description-frame {
|
||||
padding: vars.$space-xl !important;
|
||||
margin-top: vars.$space-xl;
|
||||
margin-top: 20px;
|
||||
|
||||
.bottom-description-container {
|
||||
padding: 40px;
|
||||
|
||||
.bottom-description-title {
|
||||
margin-bottom: vars.$space-m;
|
||||
font-size: 20px;
|
||||
font-weight: fonts.$font-regular;
|
||||
}
|
||||
|
||||
.bottom-description-text {
|
||||
margin-top: 20px;
|
||||
color: colors.$gray;
|
||||
line-height: 1.6;
|
||||
line-height: 20px;
|
||||
|
||||
p {
|
||||
margin-bottom: vars.$space-m;
|
||||
margin: 0 0 8px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user