mirror of
https://github.com/evgen-app/lending-next.git
synced 2024-11-22 06:46:33 +03:00
15 lines
195 B
CSS
15 lines
195 B
CSS
.ring{
|
|
position: absolute;
|
|
z-index: -1;
|
|
}
|
|
@media (max-width: 500px){
|
|
.ringVisible{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 260px){
|
|
.ring{
|
|
display: none;
|
|
}
|
|
} |