diff --git a/dist/css/style.css b/dist/css/style.css index ef037d2..9e4caec 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -1510,13 +1510,18 @@ main { } .footer-brand, .footer-links, -.footer-social-links, -.footer-copyright { +.footer-social-links { flex: none; width: 100%; display: inline-flex; justify-content: center; } +.footer-copyright { + flex: none; + display: flex; + justify-content: flex-end; + flex-direction: column; +} .footer-brand, .footer-links, .footer-social-links { @@ -1542,8 +1547,7 @@ main { .footer-copyright { flex: 50%; } - .footer-brand, - .footer-copyright { + .footer-brand { justify-content: flex-start; } .footer-links, diff --git a/index.html b/index.html index 5d43cb1..1a2653a 100644 --- a/index.html +++ b/index.html @@ -597,9 +597,13 @@ -
  • arjun@ucharify.com

  • -
  • (949)923-0445

  • +
  • Support
  • --> + +
  • 14872 Waverly Lane
  • +
  • Irvine
  • +
  • CA, 92604
  • +

    +
  • (949)923-0445
  • diff --git a/src/scss/added.css b/src/scss/added.css index 3b2b958..fc77cb0 100644 --- a/src/scss/added.css +++ b/src/scss/added.css @@ -116,7 +116,7 @@ } .email-me { font-size: 1.5em; - color: white; + color: gold; } .footer-links {