aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-29 14:05:25 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-29 14:05:25 -0400
commit82a4bdab4e478f6460553a30fffd85a4698fdd78 (patch)
tree9d915eebccbc505cfe803dbe7fd6ac937b1fc39c
parentf3a85ddb6dbd136d9b36bafecceb54df0688dd2c (diff)
downloadedwinmattiacci.com-82a4bdab4e478f6460553a30fffd85a4698fdd78.tar.gz
edwinmattiacci.com-82a4bdab4e478f6460553a30fffd85a4698fdd78.tar.bz2
edwinmattiacci.com-82a4bdab4e478f6460553a30fffd85a4698fdd78.zip
public/css/app: Fix button and nav offsets
-rw-r--r--public/css/app.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/public/css/app.css b/public/css/app.css
index 2ff037d..cd77a50 100644
--- a/public/css/app.css
+++ b/public/css/app.css
@@ -1,14 +1,15 @@
-
.bg--white--light { background-color: #f3f3f3 }
.logo-container { background-image: url(/images/crisp-paper-ruffles.png); }
-.tracking-wide { letter-spacing: 0.1em; }
-
.link-active { border-bottom: 2px solid #85BDBF; }
.footer-icons svg { color: #444; }
+nav svg { display: inline; }
+
+button, input, optgroup, select, textarea { line-height: initial; }
+
.checkbox-agree { display: none; }
.feather-download { color: #222; }
@@ -34,5 +35,3 @@
background-repeat: repeat;
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; } }*/