mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 20:48:24 +00:00
12 lines
189 B
Plaintext
Executable File
12 lines
189 B
Plaintext
Executable File
@media screen and (max-width: @screen-md) {
|
|
.@{backtop-prefix-cls} {
|
|
right: 60px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: @screen-xs) {
|
|
.@{backtop-prefix-cls} {
|
|
right: 20px;
|
|
}
|
|
}
|