[SC64][WEB] Added rendered PCB images

This commit is contained in:
Mateusz Faderewski 2024-01-11 05:23:03 +01:00
parent 1f7be611d8
commit 42acb48004
4 changed files with 18 additions and 1 deletions

View File

@ -46,6 +46,10 @@
hardware emulation, automatic save backup <strong>during gameplay</strong>, making it the best hardware emulation, automatic save backup <strong>during gameplay</strong>, making it the best
choice for both players and game developers. Please check <a href="/features.html">full feature choice for both players and game developers. Please check <a href="/features.html">full feature
list</a> for more details!</p> list</a> for more details!</p>
<div class="pcb-images">
<img src="sc64-render-front.png">
<img src="sc64-render-back.png">
</div>
</section> </section>
<div class="separator"></div> <div class="separator"></div>

BIN
web/sc64-render-back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

BIN
web/sc64-render-front.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

View File

@ -208,7 +208,20 @@ main section>img.sc64-logo {
padding-left: 0; padding-left: 0;
} }
main section>div.sponsor-buttons { div.pcb-images {
display: flex;
flex-wrap: wrap;
margin: var(--main-paragraph-margin) 0;
}
div.pcb-images img {
flex-grow: 1;
flex-basis: 0;
width: 100%;
min-width: calc(var(--content-max-width) / 3.2);
}
div.sponsor-buttons {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;