|
538 | 538 | gap: 10px; |
539 | 539 | } |
540 | 540 |
|
541 | | - #supported-hardware .prev-button, #supported-hardware .next-button { |
| 541 | +#supported-hardware .prev-button, #supported-hardware .next-button { |
542 | 542 | background: #0A4D68; |
543 | 543 | color: #fff; |
544 | 544 | border: none; |
545 | | - padding: 10px 15px; |
| 545 | + width: 40px; /* Set a fixed width */ |
| 546 | + height: 40px; /* Set a fixed height, equal to width for perfect circle */ |
| 547 | + padding: 0; /* Remove padding to allow width/height to control size */ |
546 | 548 | border-radius: 50%; |
547 | 549 | cursor: pointer; |
548 | 550 | font-size: 1.2rem; |
| 551 | + display: flex; /* Use flexbox for centering content */ |
| 552 | + align-items: center; /* Center vertically */ |
| 553 | + justify-content: center; /* Center horizontally */ |
549 | 554 | position: absolute; |
550 | 555 | top: 50%; |
551 | 556 | transform: translateY(-50%); |
552 | 557 | z-index: 999; |
553 | 558 | box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); |
| 559 | + flex-shrink: 0; /* Prevent buttons from shrinking */ |
554 | 560 | } |
555 | 561 |
|
556 | 562 | #supported-hardware .prev-button { |
@@ -802,16 +808,16 @@ <h3>Fri3d Camp 2024 Badge</h3> |
802 | 808 | <p>Fully Supported</p> |
803 | 809 | <a href="https://fri3d.be/badge/2024/?ref=MicroPythonOS.com" target="_blank">Learn More</a> |
804 | 810 | </div> |
| 811 | + <div class="slide"> |
| 812 | + <img src="supported_devices/lilygo_t_display_s3.webp" alt="Lilygo T-Display S3"> |
| 813 | + <h3>Lilygo T-Display S3</h3> |
| 814 | + <a href="https://lilygo.cc/products/t-display-s3" target="_blank">Learn More</a> |
| 815 | + </div> |
805 | 816 | <div class="slide coming-soon"> |
806 | 817 | <img src="supported_devices/fri3d_2026.webp" alt="Fri3d Camp 2026 Badge"> |
807 | 818 | <h3>Fri3d Camp 2026 Badge</h3> |
808 | 819 | <p>Coming Soon</p> |
809 | 820 | </div> |
810 | | - <div class="slide coming-soon"> |
811 | | - <img src="supported_devices/lilygo_t_display_s3.webp" alt="Lilygo T-Display S3"> |
812 | | - <h3>Lilygo T-Display S3</h3> |
813 | | - <p>Coming Soon</p> |
814 | | - </div> |
815 | 821 | <div class="slide coming-soon"> |
816 | 822 | <img src="supported_devices/lilygo_t_watch_s3.webp" alt="Lilygo T-Watch S3"> |
817 | 823 | <h3>Lilygo T-Watch S3</h3> |
|
0 commit comments