diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss index a2642ee9f4d100eb49b422729ace962aa39cadb5..90ad9bea93084c785664efc996315070fe6e0906 100644 --- a/app/javascript/styles/about.scss +++ b/app/javascript/styles/about.scss @@ -595,6 +595,11 @@ line-height: inherit; font-weight: inherit; color: $primary-text-color; + margin-bottom: 20px; + + &:last-child { + margin-bottom: 0; + } a { color: $ui-secondary-color;