mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
[SC64][WEB] Added rendered PCB images
This commit is contained in:
parent
1f7be611d8
commit
42acb48004
@ -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
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
BIN
web/sc64-render-front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 386 KiB |
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user