diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-12-05 21:02:04 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-12-05 22:18:44 +0800 |
| commit | 30293dc25b4dfae6d5d5d0eee28c20e96f608317 (patch) | |
| tree | 878535cf6084130e99bd874249782ada90119b30 /_site/projects/my-first-pcb/index.html | |
| parent | ed62f33434151df53981a4ed1571b2567ce2ceb7 (diff) | |
| download | www-30293dc25b4dfae6d5d5d0eee28c20e96f608317.tar.gz | |
Fix alignment on small screens.
Diffstat (limited to '_site/projects/my-first-pcb/index.html')
| -rw-r--r-- | _site/projects/my-first-pcb/index.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/_site/projects/my-first-pcb/index.html b/_site/projects/my-first-pcb/index.html index d01085e..d0b7938 100644 --- a/_site/projects/my-first-pcb/index.html +++ b/_site/projects/my-first-pcb/index.html @@ -40,10 +40,11 @@ <main> <div class="container"> - <h2 class="center" id="title">MY FIRST PCB</h2> - <h6 class="center">14 JULY 2025</h5> - <br> - <div class="twocol justify"><p>In 2023, I started tinkering with DIY electronics as a hobby. Until now, I’ve + <div class="container-2"> + <h2 class="center" id="title">MY FIRST PCB</h2> + <h6 class="center">14 JULY 2025</h5> + <br> + <div class="twocol justify"><p>In 2023, I started tinkering with DIY electronics as a hobby. Until now, I’ve been using development boards like the Arduino Uno and ESP-32-WROOM so that I can focus on the software. Recently, I decided to step outside of my comfort zone and design a PCB from scratch for a door lock I’m working on.</p> @@ -101,13 +102,14 @@ an important milestone in my DIY electronics journey.</p> <p>Files: <a href="gerber_back.zip">gerber_back.zip</a>, <a href="gerber_front.zip">gerber_front.zip</a>, <a href="source.tar.gz">source.tar.gz</a></p> </div> - <p class="post-author right">by Wickramage Don Sadeep Madurange</p> + <p class="post-author right">by Wickramage Don Sadeep Madurange</p> + </div> </div> </main> <div class="footer"> <div class="container"> - <div class="twelve columns right"> + <div class="twelve columns right container-2"> <p id="footer-text">© ASCIIMX - 2025</p> </div> </div> |
