diff --git a/docs/chapter4/8misc.md b/docs/chapter4/8misc.md index 9cceda42a..1b6005f3d 100644 --- a/docs/chapter4/8misc.md +++ b/docs/chapter4/8misc.md @@ -138,7 +138,10 @@ Table 4.20: CTR port input opcodes for different functionalities of ALU The **Adder** circuit element is a logical circuit of a full adder that performs an addition operation on binary numbers and produces a sum of the three inputs and a carry value (Cout). Figure 4.18 displays the different pins available for the **Adder **circuit element within CircuitVerse and Table 4.21 shares a brief description of the same. -> Properties that can be customized in the **PROPERTIES** panel include: **Direction** +:::note +Properties that can be customized in the **PROPERTIES** panel include: **Direction** +::: + ![drawing](/img/img_chapter4/4.18.png) diff --git a/docusaurus.config.js b/docusaurus.config.js index f37f39001..bf574fa6e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -34,8 +34,7 @@ const config = { theme: { customCss: [ require.resolve('./src/css/theme.css'), - require.resolve('./src/css/darkTheme.css'), - require.resolve('./src/css/custom.css'), + require.resolve('./src/css/darkTheme.css') ], }, }, diff --git a/src/css/custom.css b/src/css/custom.css deleted file mode 100644 index f290fe314..000000000 --- a/src/css/custom.css +++ /dev/null @@ -1,8 +0,0 @@ -/* === Custom global styles for CircuitVerse Docs === */ -@media (max-width: 650px) { - iframe { - width: 100%; - height: auto; - aspect-ratio: 4 / 3; - } -} \ No newline at end of file