aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-28 21:54:16 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-28 21:54:16 -0400
commit488b85a950b4ab2ad58748e91b85525c4b6fe76c (patch)
treefb621f016ca2b16b763e4f5a3771dbc2072c7263
parent308d5db3d8cb22de5ec98cbb0dd22dcc5ba13d23 (diff)
downloadedwinmattiacci.com-488b85a950b4ab2ad58748e91b85525c4b6fe76c.tar.gz
edwinmattiacci.com-488b85a950b4ab2ad58748e91b85525c4b6fe76c.tar.bz2
edwinmattiacci.com-488b85a950b4ab2ad58748e91b85525c4b6fe76c.zip
public/css/app: Change accent image and use absolute min height on splash container
-rw-r--r--public/css/app.css8
-rw-r--r--public/images/crisp-paper-ruffles.pngbin0 -> 47151 bytes
2 files changed, 5 insertions, 3 deletions
diff --git a/public/css/app.css b/public/css/app.css
index 1dbde24..2ff037d 100644
--- a/public/css/app.css
+++ b/public/css/app.css
@@ -1,7 +1,7 @@
-body { background-color: #f3f3f3 }
+.bg--white--light { background-color: #f3f3f3 }
-.logo-container { background-image: url(/images/asfalt-dark.png); }
+.logo-container { background-image: url(/images/crisp-paper-ruffles.png); }
.tracking-wide { letter-spacing: 0.1em; }
@@ -32,5 +32,7 @@ body { background-color: #f3f3f3 }
.splash-container {
background-image: url(/images/abstract-mix.jpg);
background-repeat: repeat;
- min-height: 30vh;
+ min-height: 12rem;
}
+
+/*@media (min-width: 1200px) { .xl\:shadow--heavy { box-shadow: 10px 0 100px rgba(0, 0, 0, 0.5), rgb(0, 0, 0) 10px 0 100px inset; } }*/
diff --git a/public/images/crisp-paper-ruffles.png b/public/images/crisp-paper-ruffles.png
new file mode 100644
index 0000000..e4a8d4e
--- /dev/null
+++ b/public/images/crisp-paper-ruffles.png
Binary files differ