mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
ok
This commit is contained in:
@@ -314,9 +314,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row section">
|
<div class="row section">
|
||||||
Check out some samples! <br/>
|
Check out some samples! <br/>
|
||||||
<img id="sampleCardA" style="width: 33.33%;" class="column"></img>
|
<img id="sampleCardA" class="column sampleImage"></img>
|
||||||
<img id="sampleCardB" style="width: 33.33%;" class="column"></img>
|
<img id="sampleCardB" class="column sampleImage"></img>
|
||||||
<img id="sampleCardC" style="width: 33.33%;" class="column"></img>
|
<img id="sampleCardC" class="column sampleImage"></img>
|
||||||
</div>
|
</div>
|
||||||
<div class="row info" style="">For Terms of Use and Disclaimer, see <a href="https://github.com/ImKyle4815/CardConjurer" target="_blank">the Github page</a>.</div>
|
<div class="row info" style="">For Terms of Use and Disclaimer, see <a href="https://github.com/ImKyle4815/CardConjurer" target="_blank">the Github page</a>.</div>
|
||||||
</body>
|
</body>
|
||||||
@@ -392,6 +392,9 @@
|
|||||||
.column {
|
.column {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.sampleImage {
|
||||||
|
width: 33.33%;
|
||||||
|
}
|
||||||
/*Style for sections, togglers, and togglees*/
|
/*Style for sections, togglers, and togglees*/
|
||||||
.section {
|
.section {
|
||||||
border: 1px solid var(--section-border-color);
|
border: 1px solid var(--section-border-color);
|
||||||
|
Reference in New Issue
Block a user