summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-11-19 18:16:48 -0600
committerRene Ae <aehtyb@gmail.com>2015-11-19 18:17:12 -0600
commit07844247d9e3751d469c825df2ceaf501b31b8fc (patch)
tree49768c7f67dbf7dc0a8cf43f5c56aea053d47b58 /StoneIsland/www/css/account.css
parent06910c8fd4df3daa47f5cdfcbc687b1072909f52 (diff)
cart icon and fixed 100vw bug
Diffstat (limited to 'StoneIsland/www/css/account.css')
-rw-r--r--StoneIsland/www/css/account.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index 1d3506e5..24b00cf0 100644
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -201,7 +201,7 @@ input.switch:checked + label:after {
.container {
position:absolute;
- height:calc(100% - 104px);
+ height:calc(100vh - 154px);
width:100vw;
box-sizing:border-box;
display: flex;