Added dynamic asset balance rendering

This commit is contained in:
sairaj mote 2022-03-31 22:51:09 +05:30
parent d060d573cf
commit 883a698248
4 changed files with 83 additions and 83 deletions

View File

@ -1135,6 +1135,11 @@ sm-checkbox {
display: none;
}
}
@media screen and (min-width: 64rem) {
#home {
grid-template-columns: 10rem 1fr;
}
}
@media screen and (min-width: 72rem) {
.page-layout {
grid-template-columns: 1fr 80vw 1fr;

File diff suppressed because one or more lines are too long

View File

@ -1056,6 +1056,11 @@ sm-checkbox {
}
}
}
@media screen and (min-width: 64rem) {
#home {
grid-template-columns: 10rem 1fr;
}
}
@media screen and (min-width: 72rem) {
.page-layout {
grid-template-columns: 1fr 80vw 1fr;

File diff suppressed because one or more lines are too long