This commit is contained in:
Kyle
2019-12-17 08:46:03 -08:00
parent 503aa21bfd
commit c9c2d19cfd
2 changed files with 14 additions and 3 deletions

View File

@@ -224,6 +224,18 @@ footer a:hover {
@media screen and (min-width: 750pt) {
.samples {
grid-template-columns: 33.33% 33.33% 33.33% !important;
margin-bottom: 2em;
}
.samples #sample1 {
width: 90%;
transform: rotate(-10deg) translate(10%, 8%);
}
.samples #sample2 {
z-index: 10;
}
.samples #sample3 {
width: 90%;
transform: rotate(10deg) translate(-10%, 8%);
}
}
/*These control tooltips for mobile devices vs. desktops/laptops*/
@@ -469,4 +481,3 @@ input[type="checkbox"], .frameOption, .maskOption, .button {