mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
samples
This commit is contained in:
BIN
data/site/images/samples/1.png
Normal file
BIN
data/site/images/samples/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
BIN
data/site/images/samples/2.png
Normal file
BIN
data/site/images/samples/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
data/site/images/samples/3.png
Normal file
BIN
data/site/images/samples/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 982 KiB |
BIN
data/site/images/samples/4.png
Normal file
BIN
data/site/images/samples/4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
BIN
data/site/images/samples/5.png
Normal file
BIN
data/site/images/samples/5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
BIN
data/site/images/samples/6.png
Normal file
BIN
data/site/images/samples/6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 973 KiB |
@@ -220,6 +220,12 @@ footer a:hover {
|
||||
font-size: 10pt;
|
||||
}
|
||||
}
|
||||
/*The screen is big enough for the samples to lay side by side*/
|
||||
@media screen and (min-width: 750pt) {
|
||||
.samples {
|
||||
grid-template-columns: 33.33% 33.33% 33.33% !important;
|
||||
}
|
||||
}
|
||||
/*These control tooltips for mobile devices vs. desktops/laptops*/
|
||||
/*@media screen and (min-width: 1024px) {
|
||||
.tooltip:hover .tooltiptext {
|
||||
@@ -443,3 +449,24 @@ input[type="checkbox"], .frameOption, .maskOption, .button {
|
||||
.visitorCountTrigger:hover + .visitorCount {
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.samples {
|
||||
display: grid;
|
||||
grid-template-columns: 100%;
|
||||
align-items: center;
|
||||
}
|
||||
.samples img {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user