14 lines
207 B
CSS
14 lines
207 B
CSS
.about-reward {
|
|
position: absolute;
|
|
top: 1rem;
|
|
right: 2rem;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.reward .about-reward #con {
|
|
width: 170px;
|
|
}
|
|
.reward #tube-con {
|
|
display: none;
|
|
}
|
|
}
|