diff --git a/docs/assets/bass.css b/docs/assets/bass.css index f61aec1..886cf14 100644 --- a/docs/assets/bass.css +++ b/docs/assets/bass.css @@ -385,7 +385,7 @@ h6, .h6 { font-size: .75rem } } .col-3 { - width: 25%; + width: 20%; } .col-4 { @@ -483,6 +483,10 @@ h6, .h6 { font-size: .75rem } width: 100%; } + .lg-col-9 { + width: 75%; + } + } @media (min-width: 52em) { @@ -545,6 +549,12 @@ h6, .h6 { font-size: .75rem } } } +@media (max-width: 640px) { + .flex { + display: block !important; + } +} + @media (min-width: 64em) { .lg-col { diff --git a/docs/assets/style.css b/docs/assets/style.css index dcd28b0..48c7a74 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -9,7 +9,7 @@ } .font-smaller { - font-size:80%; + font-size:85%; } .fade { @@ -26,6 +26,7 @@ } .section-indent section{ padding-top: 3px; + margin-top: 0; } .bg-cloudy { background: rgba(230, 235, 237, 1); diff --git a/docs/index.html b/docs/index.html index 6ae69c3..cc0b89a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -208,7 +208,7 @@