mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:55:07 +03:00
Don't show mobile generative art on desktop
This commit is contained in:
parent
1686d5e19c
commit
74c198b41b
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue