Don't show mobile generative art on desktop

This commit is contained in:
Thomas Smith 2022-10-25 20:24:18 -04:00
parent 1686d5e19c
commit 74c198b41b

View file

@ -128,8 +128,10 @@
background-size: cover;
}
h1{
text-shadow: 0px 0px 4px #1a1a1a;
@media only screen and (min-width: 576px) {
.gen-art-mobile{
display:none;
}
}
</style>