diff --git a/assets/scss/partials/_tables.scss b/assets/scss/partials/_tables.scss index efa6067..30dc3ba 100644 --- a/assets/scss/partials/_tables.scss +++ b/assets/scss/partials/_tables.scss @@ -7,9 +7,11 @@ overflow-x: auto; } p{ - font-size: .9em; line-height: 1.4; margin-bottom: 0; + @include breakpoint(min, small) { + font-size: 0.9rem; + } } .footnote{ diff --git a/config.toml b/config.toml index 12106ec..c05859f 100644 --- a/config.toml +++ b/config.toml @@ -52,7 +52,7 @@ cleanDestinationDir = true BookTocLabel = "Table of Contents" LogoTitle = "Gerillass" - LogoDescription = "This goes to Gerillass home page" + LogoDescription = "Go to Gerillass home page" # (Optional, default none) Set leaf bundle to render as side menu # When not specified file structure and weights will be used diff --git a/content/docs/background-image/index.md b/content/docs/background-image/index.md index 48b1552..4ff34f1 100644 --- a/content/docs/background-image/index.md +++ b/content/docs/background-image/index.md @@ -191,7 +191,7 @@ Let's try with a title text that placed inside the selected element to see it in @include background-image(null, rgba(teal, 0.7) rgba(pink, 0.8), right); } {{< /highlight >}} -{{< highlight css "linenos=table,hl_lines=18-22,linenostart=1">}} +{{< highlight css >}} //CSS Output .element { position: relative; @@ -214,6 +214,7 @@ Let's try with a title text that placed inside the selected element to see it in z-index: 1; } {{< /highlight >}} +