File tree Expand file tree Collapse file tree 2 files changed +56
-5
lines changed
Expand file tree Collapse file tree 2 files changed +56
-5
lines changed Original file line number Diff line number Diff line change @@ -779,7 +779,7 @@ <h2 class="text-3xl font-bold text-teal-600 dark:text-teal-300">
779779 </ h2 >
780780 <!-- Optional icon (replace file when available) -->
781781 < img src ="assets/raspberry-pi-icon.png " alt ="Raspberry Pi "
782- class ="w-10 h-10 rounded-lg ring-1 ring-gray-200 dark:ring-white/10 bg-white/30 dark:bg-white/5 p-1 hidden sm:block " />
782+ class ="w-26 h-26 rounded-lg ring-1 ring-gray-200 dark:ring-white/10 bg-white/30 dark:bg-white/5 p-1 hidden sm:block " />
783783 </ div >
784784
785785 <!-- Intro / Outcome -->
@@ -816,17 +816,17 @@ <h3 class="font-semibold mb-2">My Role — Context Engineer</h3>
816816 transition-all duration-300 flex items-center justify-center h-64 ">
817817 < div class ="text-center text-sm text-gray-600 dark:text-white/70 ">
818818 < img src ="assets/raspberry-pi-icon.png " alt ="Raspberry Pi "
819- class ="w-16 h-16 mx-auto mb-3 opacity-80 " />
820- < p > Device + Classroom Topology (placeholder) </ p >
819+ class ="w-50 h-50 mx-auto mb-3 opacity-80 " />
820+ < p > Device + Classroom Topology</ p >
821821 </ div >
822822 </ div >
823823 < div class ="rounded-xl ring-1 ring-gray-200 dark:ring-white/10 bg-white/5
824824 shadow-md hover:shadow-2xl hover:shadow-teal-500/30
825825 transition-all duration-300 flex items-center justify-center h-64 ">
826826 < div class ="text-center text-sm text-gray-600 dark:text-white/70 ">
827827 < img src ="assets/raspberry-pi-icon.png " alt ="Raspberry Pi "
828- class ="w-16 h-16 mx-auto mb-3 opacity-80 " />
829- < p > Content Flow: ZIM → Kiwix → Local Wi-Fi (placeholder) </ p >
828+ class ="w-50 h-50 mx-auto mb-3 opacity-80 " />
829+ < p > Content Flow: ZIM → Kiwix → Local Wi-Fi</ p >
830830 </ div >
831831 </ div >
832832 </ div >
Original file line number Diff line number Diff line change 372372 .aspect-square {
373373 aspect-ratio : 1 / 1 ;
374374 }
375+ .h-5 {
376+ height : calc (var (--spacing ) * 5 );
377+ }
375378 .h-10 {
376379 height : calc (var (--spacing ) * 10 );
377380 }
381+ .h-14 {
382+ height : calc (var (--spacing ) * 14 );
383+ }
378384 .h-16 {
379385 height : calc (var (--spacing ) * 16 );
380386 }
387+ .h-18 {
388+ height : calc (var (--spacing ) * 18 );
389+ }
390+ .h-20 {
391+ height : calc (var (--spacing ) * 20 );
392+ }
393+ .h-24 {
394+ height : calc (var (--spacing ) * 24 );
395+ }
396+ .h-26 {
397+ height : calc (var (--spacing ) * 26 );
398+ }
399+ .h-32 {
400+ height : calc (var (--spacing ) * 32 );
401+ }
402+ .h-50 {
403+ height : calc (var (--spacing ) * 50 );
404+ }
381405 .h-64 {
382406 height : calc (var (--spacing ) * 64 );
383407 }
399423 .min-h-screen {
400424 min-height : 100vh ;
401425 }
426+ .w-2 {
427+ width : calc (var (--spacing ) * 2 );
428+ }
429+ .w-5 {
430+ width : calc (var (--spacing ) * 5 );
431+ }
402432 .w-10 {
403433 width : calc (var (--spacing ) * 10 );
404434 }
435+ .w-14 {
436+ width : calc (var (--spacing ) * 14 );
437+ }
405438 .w-16 {
406439 width : calc (var (--spacing ) * 16 );
407440 }
441+ .w-18 {
442+ width : calc (var (--spacing ) * 18 );
443+ }
444+ .w-20 {
445+ width : calc (var (--spacing ) * 20 );
446+ }
447+ .w-24 {
448+ width : calc (var (--spacing ) * 24 );
449+ }
450+ .w-26 {
451+ width : calc (var (--spacing ) * 26 );
452+ }
453+ .w-32 {
454+ width : calc (var (--spacing ) * 32 );
455+ }
456+ .w-50 {
457+ width : calc (var (--spacing ) * 50 );
458+ }
408459 .w-78 {
409460 width : calc (var (--spacing ) * 78 );
410461 }
You can’t perform that action at this time.
0 commit comments