diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-28 17:05:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-28 17:05:10 -0500 |
commit | 44767941d19b8c12502992411246b52463971cca (patch) | |
tree | 626a9fcb98e2cb50d4de30b366e20f20429236bf /templates/sass/salida.sass | |
parent | e6395a42ecfb3569777e20c150954b8803d797c2 (diff) | |
download | ytlibre-44767941d19b8c12502992411246b52463971cca.tar.lz ytlibre-44767941d19b8c12502992411246b52463971cca.tar.xz ytlibre-44767941d19b8c12502992411246b52463971cca.zip |
fix margin into h4 CSS
Diffstat (limited to 'templates/sass/salida.sass')
-rw-r--r-- | templates/sass/salida.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sass/salida.sass b/templates/sass/salida.sass index 003f16f..e39f9c2 100644 --- a/templates/sass/salida.sass +++ b/templates/sass/salida.sass @@ -109,7 +109,7 @@ header &:hover opacity: 1 -h2,h3,h5,h6 +h2,h3,h4,h5,h6 margin-top: 0 margin-bottom: 0 line-height: 1.1 |