General styles

This commit is contained in:
Fede Álvarez 2022-05-23 20:05:37 +02:00
parent c845f05c05
commit 1fcf4b5b0d

View File

@ -209,6 +209,10 @@
}
.ball {
@include respond-to('mobile') {
display: none;
}
width: tovw(270px, 'default', 270px);
height: tovw(270px, 'default', 270px);
background-color: var(--color-white);