diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-07-14 00:12:47 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-07-14 00:12:47 +0200 |
| commit | b6f8b03d48be23d3776404082206d403ecd37cd4 (patch) | |
| tree | 5c164b763515606e04d5327a847787a314226e8b /StoneIsland/www/css/products.css | |
| parent | 20d3f4537a578c581285ae8c90da2af9f929be66 (diff) | |
bigger fonts everywhere. 16px is the new normal
Diffstat (limited to 'StoneIsland/www/css/products.css')
| -rwxr-xr-x | StoneIsland/www/css/products.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 002c086b..fbc22d28 100755 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -103,7 +103,7 @@ } .product .product-header { - font-size:14px; + font-size:16px; margin:18px 0 0; max-width:60%; position:relative; @@ -153,7 +153,7 @@ .product .type { display:table-cell; - font-size:14px; + font-size:16px; } .product .size-color { @@ -165,6 +165,7 @@ box-sizing:border-box; padding: 0 12px; height: 48px; + font-size: 16px; display: flex; justify-content: center; align-items: center; @@ -175,7 +176,7 @@ .product .price { display:table-cell; - font-size:14px; + font-size:16px; text-align:right; vertical-align:bottom; } @@ -194,12 +195,12 @@ .style-share { letter-spacing:0.5px; - font-size:12.35px; + font-size:16px; } .size-color { position:relative; - font-size:12.35px; + font-size:16px; } .type-price, .style-share { @@ -247,7 +248,8 @@ #product .content .body { letter-spacing:0.35px; - font-size:12px; + font-size:16px; + line-height: 1.4em; box-sizing:border-box; margin:0px auto 20px; clear:both; |
