Skip to content

Commit bfcdc3f

Browse files
committed
fix: ficus doc styles
1 parent 00bff7e commit bfcdc3f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

site/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@11ty/eleventy": "0.12.1",
2424
"@11ty/eleventy-plugin-syntaxhighlight": "3.1.0",
2525
"@ficusjs/components": "1.0.0-alpha.17",
26-
"@ficusjs/styles": "1.0.0-alpha.24",
26+
"@ficusjs/styles": "1.0.0-alpha.25",
2727
"clean-css": "5.1.2",
2828
"concat-cli": "4.0.0",
2929
"cross-env": "7.0.3",
@@ -40,7 +40,7 @@
4040
"postcss": "8.2.13",
4141
"postcss-cli": "8.3.1",
4242
"rimraf": "3.0.2",
43-
"rollup": "2.45.2",
43+
"rollup": "2.46.0",
4444
"rollup-plugin-filesize": "9.1.1",
4545
"rollup-plugin-terser": "7.0.2",
4646
"slugify": "1.5.0",

site/src/_includes/main.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
</symbol>
4343
</svg>
4444
<nav class="fd-logo">
45-
<img id="ficus-logo" src="/assets/img/ficus-script-logo.svg" height="32" alt="FicusJS Components" style="display: none;">
46-
<img id="ficus-logo-white" src="/assets/img/ficus-script-logo-white.svg" height="32" alt="FicusJS Components">
45+
<img id="ficus-logo" src="/assets/img/ficus-script-logo.svg" width="142" height="32" alt="FicusJS Components" style="display: none;">
46+
<img id="ficus-logo-white" src="/assets/img/ficus-script-logo-white.svg" width="142" height="32" alt="FicusJS Components">
4747
</nav>
4848

4949
<button type="button" class="fc-navbar__toggler" aria-label="Navbar toggle button">

0 commit comments

Comments
 (0)