Added dynamic asset balance rendering
This commit is contained in:
parent
d060d573cf
commit
883a698248
@ -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;
|
||||
|
||||
2
docs/css/main.min.css
vendored
2
docs/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
154
docs/index.html
154
docs/index.html
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user