Match Angular bottom-description padding and line-height exactly

This commit is contained in:
2026-04-16 11:57:31 +03:00
parent 5f33ef371d
commit b533124e04
@@ -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 {