diff --git a/docs/Build_Guide/first.md b/docs/Build_Guide/bom.md similarity index 78% rename from docs/Build_Guide/first.md rename to docs/Build_Guide/bom.md index 27f1dd5..0a98dee 100644 --- a/docs/Build_Guide/first.md +++ b/docs/Build_Guide/bom.md @@ -4,14 +4,9 @@ description: Add description sidebar_position: 1 --- -Here's a step by step guide to build the base structure of the sink yourself. - -### 1 - Body of materials - -Here's a list of the materials needed to construct a Piqpoc sink. +#### Here's the list of the materials needed to construct a Piqpoc sink. **For the base structure:** - - [Ikea Nissafors](https://www.ikea.com/es/es/p/nissafors-carrito-verde-claro-10606782/#content): A similar tray would do. But we chose this one for the ease of adjusting its height, its size fitting nicely with the plastic washbasin tray. - 2 x [containers to store water](https://www.ikea.com/es/es/p/samla-caja-con-tapa-transparente-s09440839/): One for clean and one for dirty water: We used these from IKEA for convenience of getting all materials from the same store. Any bucket that fits would do the job. We'd suggest to use at least 5 liters for less frequent refilling. - 3/3.5/4 mm x 10/15mm screws with nuts: You'd need just 3 set of screws and nuts. @@ -46,17 +41,3 @@ Alternatively you can 3d print your faucet using the files we provide. ADD FILE - Drill and drill bits for metal and plastic (5.5mm, 3.5mm) - Solder iron - Hot glue gun with the accompanying size of glue - - - -import ImageCarousel from '@site/src/components/ImageCarousel'; - - - diff --git a/docs/Build_Guide/base.md b/docs/Build_Guide/del.md similarity index 100% rename from docs/Build_Guide/base.md rename to docs/Build_Guide/del.md diff --git a/docs/Build_Guide/first2.md b/docs/Build_Guide/first2.md index cdffe1f..79d897f 100644 --- a/docs/Build_Guide/first2.md +++ b/docs/Build_Guide/first2.md @@ -12,7 +12,7 @@ import StepWithCarousel from '@site/src/components/StepWithCarousel';
-

{title}

{children}
diff --git a/src/components/StepWithCarousel.module.css b/src/components/StepWithCarousel.module.css index 46f4697..37ee083 100644 --- a/src/components/StepWithCarousel.module.css +++ b/src/components/StepWithCarousel.module.css @@ -3,6 +3,7 @@ flex-wrap: wrap; gap: 2rem; margin-bottom: 3rem; + margin-top: 1rem; align-items: flex-start; font-size:14px; } diff --git a/src/css/custom.css b/src/css/custom.css index 7bd87bd..7f7251a 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -39,4 +39,10 @@ } .menu__link--sublist-caret:after { background: var(--ifm-menu-link-sublist-icon) 50% / 1.5rem 1.5rem; +} +.markdown p, +body { + font-size: 14px; /* or 1.0625rem */ + line-height: 1.6; + margin-bottom: 6px; } \ No newline at end of file