summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--StoneIsland/www/css/blogs.css9
-rw-r--r--StoneIsland/www/css/products.css19
2 files changed, 25 insertions, 3 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index 0dd14166..ad8cef2f 100644
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -53,15 +53,16 @@
padding: 10px;
}
-#content .content .body {
+#hub .content .body {
letter-spacing:0.35px;
font-size:12px;
width:calc(100vw - 40px);
box-sizing:border-box;
margin:10px auto 20px;
+ clear:both
}
-#content .content .body:last-child {
+#hub .content .body:last-child {
margin:10px auto 100px;
}
@@ -237,6 +238,7 @@ ul.links {
}
#archive .menu .items {
width: 100%;
+
}
#archive .menu .item:first-of-type {
border-top: 1px solid black;
@@ -246,6 +248,9 @@ ul.links {
text-align: center;
border-bottom: 1px solid black;
background: white;
+ padding:12px 0;
+ font-size:14px;
+ letter-spacing:0.7px
}
#archive .scroll {
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index c712eb22..4633aa0c 100644
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -63,7 +63,11 @@
}
#closed .closed_store_msg {
position: absolute;
+ top:50%;
+ transform:translateY(-50%);
+ /*
bottom: 20vh;
+ */
background: rgba(255,255,255,0.9);
padding-top: 20px;
padding-bottom: 10px;
@@ -173,7 +177,12 @@
letter-spacing:0.5px;
text-decoration:underline;
text-transform:uppercase;
- padding:12px 0 2px;
+ padding:12px 0 0;
+
+}
+
+.product .content .fit {
+
}
#product #gallery::before {
@@ -218,3 +227,11 @@
display:block;
}
+#product .content .body {
+ letter-spacing:0.35px;
+ font-size:12px;
+ box-sizing:border-box;
+ margin:0px auto 20px;
+ clear:both;
+ padding:13px 0;
+}