diff options
Diffstat (limited to 'css/_main.sass')
-rw-r--r-- | css/_main.sass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/_main.sass b/css/_main.sass index 508d254..821f8b8 100644 --- a/css/_main.sass +++ b/css/_main.sass @@ -26,7 +26,7 @@ -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3) box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3) .texto - font-size: $font-size + font-size: $parrafo img max-width: 100% height: auto @@ -34,7 +34,7 @@ margin: 0.625em 0 .texto ul - font-size: $font-size + font-size: $parrafo margin-left: 1.25em li list-style: square @@ -42,7 +42,7 @@ ol margin-left: 1.5rem p - font-size: $font-size + font-size: $parrafo .LibreVideoJS ul font-size: $librevjs |