aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-11-17 04:03:42 -0500
committerThedro Neely <thedroneely@gmail.com>2022-11-17 04:09:54 -0500
commit6aa5d8a6b09b60ac819ca90059e07e4e9cb7844d (patch)
tree53bf8c129716bd34e0e4bb9bdae2fc1daebd6a87
parenta2f16246ec362f8a00ad4eedf2f7aea565e6d488 (diff)
downloadedwinmattiacci.com-6aa5d8a6b09b60ac819ca90059e07e4e9cb7844d.tar.gz
edwinmattiacci.com-6aa5d8a6b09b60ac819ca90059e07e4e9cb7844d.tar.bz2
edwinmattiacci.com-6aa5d8a6b09b60ac819ca90059e07e4e9cb7844d.zip
public/dist/app: Automatic formatting
-rw-r--r--public/dist/app.css80
1 files changed, 58 insertions, 22 deletions
diff --git a/public/dist/app.css b/public/dist/app.css
index c964ad4..d6c2dca 100644
--- a/public/dist/app.css
+++ b/public/dist/app.css
@@ -1,41 +1,77 @@
-.bg--white--light { background-color: #f3f3f3 }
+.bg--white--light {
+ background-color: #f3f3f3;
+}
-.max-w-xl { max-width: 88rem; }
+.max-w-xl {
+ max-width: 88rem;
+}
-.logo-container { background-image: url(/images/crisp-paper-ruffles.png); }
+.logo-container {
+ background-image: url(/images/crisp-paper-ruffles.png);
+}
-.link-active { border-bottom: 2px solid #85BDBF; }
+.link-active {
+ border-bottom: 2px solid #85bdbf;
+}
-.footer-icons svg { color: #444; }
+.footer-icons svg {
+ color: #444;
+}
-nav svg { display: inline; }
+nav svg {
+ display: inline;
+}
-button, input, optgroup, select, textarea { line-height: initial; }
+button,
+input,
+optgroup,
+select,
+textarea {
+ line-height: initial;
+}
-.checkbox-agree { display: none; }
+.checkbox-agree {
+ display: none;
+}
-.feather-download { color: #222; }
+.feather-download {
+ color: #222;
+}
-.feather-download:hover { color: #3490dc; }
+.feather-download:hover {
+ color: #3490dc;
+}
-.comment-post-odd { background-color: #f6f6f6 !important; }
+.comment-post-odd {
+ background-color: #f6f6f6 !important;
+}
-.hashover-message { display: none; }
-.hashover-message-error { display: block; }
+.hashover-message {
+ display: none;
+}
+.hashover-message-error {
+ display: block;
+}
-@media screen and (max-width: 392px) { nav p { font-size: 0.6916em } }
+@media screen and (max-width: 392px) {
+ nav p {
+ font-size: 0.6916em;
+ }
+}
.journal-post a {
- text-decoration: none;
- border-bottom: 2px solid #a8c2cc;
- padding-bottom: 2px;
- color: #12283a;
+ text-decoration: none;
+ border-bottom: 2px solid #a8c2cc;
+ padding-bottom: 2px;
+ color: #12283a;
}
.splash-container {
- background-image: url(/images/abstract-mix.jpg);
- background-repeat: repeat;
- min-height: 12rem;
+ background-image: url(/images/abstract-mix.jpg);
+ background-repeat: repeat;
+ min-height: 12rem;
}
-#hashover-comment-section p { word-break: break-all; };
+#hashover-comments-section p {
+ word-break: break-all;
+}