Procházet zdrojové kódy

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

master
Yamagishi Kazutoshi před 6 roky
committed by Eugen Rochko
rodič
revize
1e665a0bf4
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      app/javascript/styles/about.scss

+ 5
- 0
app/javascript/styles/about.scss Zobrazit soubor

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


Načítá se…
Zrušit
Uložit