diff options
Diffstat (limited to 'css/_main.sass')
-rw-r--r-- | css/_main.sass | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/css/_main.sass b/css/_main.sass index 68051bf..9584f79 100644 --- a/css/_main.sass +++ b/css/_main.sass @@ -26,11 +26,28 @@ -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 img max-width: 100% height: auto vertical-align: top margin: 0.625em 0 + .texto + ul + font-size: $font-size + margin-left: 1.25em + li + list-style: square + margin: .5em 0 0 1em + p + font-size: $font-size + .LibreVideoJS + ul + font-size: $librevjs + margin: 0 + li + list-style: none + margin: 0 .thumb img width: 100% |