diff --git a/style.css b/style.css index 5c4293e..e8a8ddd 100644 --- a/style.css +++ b/style.css @@ -56,6 +56,7 @@ to this section's matching END comment to see page-specific styles. text-decoration: none; color: #000; white-space: nowrap; + margin-left: auto; } .btn--remix img { margin-right: 0.5rem; @@ -71,6 +72,7 @@ to this section's matching END comment to see page-specific styles. margin: 1rem auto 0; padding: 1rem 0 0.75rem 0; width: 100%; + flex-wrap: wrap; border-top: 4px solid #fff; } @@ -89,7 +91,8 @@ a:not(.btn--remix):visited { } .footer .links { - padding: 0.5rem 1rem; + padding: 0.5rem 1rem 1.5rem; + white-space: nowrap; } .divider {