Parcourir la source

Add space to toot paragraph in landing page (#4331)

master
Yamagishi Kazutoshi il y a 6 ans
committed by Eugen Rochko
Parent
révision
1e665a0bf4
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      app/javascript/styles/about.scss

+ 5
- 0
app/javascript/styles/about.scss Voir le fichier

@@ -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;


Chargement…
Annuler
Enregistrer