🍕✈️ Checkpoint

./style.css:1062301/2104
This commit is contained in:
Glitch (glitch-hello-website)
2021-04-14 23:05:54 +00:00
parent 25ca25baf5
commit 55a42d7fb6

View File

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