diff options
-rw-r--r-- | app/javascript/styles/about.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss index a2642ee9f..90ad9bea9 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; |