Skip to content

Commit

Permalink
update strings
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Dec 21, 2019
1 parent a55aae6 commit c1f673c
Show file tree
Hide file tree
Showing 51 changed files with 142 additions and 544 deletions.
18 changes: 18 additions & 0 deletions cardbuilder/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -844,3 +844,21 @@ button {
border: .07em solid rgba(255,255,255,.9);
color: #fff;
}

@media(min-width: 48em) and (max-width: 70em) {
.skinBody-withFullDrawer .card {
min-width: 20vw;
}
}

@media(min-width: 70em) and (max-width: 80em) {
.skinBody-withFullDrawer .card {
min-width: 16.666666666666666666666666666667vw;
}
}

@media(min-width: 80em) and (max-width: 90em) {
.skinBody-withFullDrawer .card {
min-width: 14.285714285714285714285714285714vw;
}
}
313 changes: 0 additions & 313 deletions displaysettings/displaysettings.js

This file was deleted.

Loading

0 comments on commit c1f673c

Please sign in to comment.