diff options
| author | Josh Ferrell <josh@vector35.com> | 2020-03-31 18:21:49 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-04-28 04:21:18 -0400 |
| commit | d5e7b073574b501c3382d6af2deba947dc39fa12 (patch) | |
| tree | 2a8f482969e1d4707a773d378687690f363f9e3d /docs/docs.css | |
| parent | 01893c83f829e4902a5bd288fd58ad35d4ffa4f2 (diff) | |
css and js
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/docs/docs.css b/docs/docs.css index d44e85a3..3b9a5329 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -91,10 +91,17 @@ color: #ccc; color: #fff; } +#light-slider { + background-color: #000; +} #light-slider li, #light-slider img { list-style: none; - margin-left: 0px; +} + +.lslide { + margin: 0px !important; + text-align: center; } .cS-hidden { @@ -109,6 +116,24 @@ ol#taped li#currentline { color: #fff; font-weight: bold; } + ol#taped li { list-style-position: inside; -}
\ No newline at end of file +} + + +@media screen and (max-width: 1020px) { + .inline-slides { + flex-wrap: wrap; + } +} + +.inline-slides { + display: flex; + align-items: center; + justify-content: space-between; +} +.inline-slides > #light-slider-container { + margin-left: 10px; + flex-shrink: 1; +} |
