Skip to content

Commit 5801790

Browse files
committed
Some minor cosmetic tweaks for the footer
- Center text - Limit the width - Smaller and lighter text I think this looks better.
1 parent b37d312 commit 5801790

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

website/assets/css/custom.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,18 @@ body.article {
153153

154154
footer.footer {
155155
/* Cosmetic tweak so the footer color continues to the bottom for short pages */
156-
padding-bottom: 15em;
156+
padding: 12rem 1.5rem 1.5rem 1.5rem;
157+
158+
/* Cosmetic tweak so the footer background is visible at the bottom of the final wavy divider */
159+
margin-top: -2em;
160+
}
161+
162+
footer.footer p {
163+
font-size: 80%;
164+
opacity: 0.6;
165+
margin: 2rem auto;
166+
text-align: center;
167+
max-width: 35rem;
157168
}
158169

159170
h3.button {
@@ -604,6 +615,7 @@ p.big {
604615
/* begin front page divider */
605616
.divider {
606617
min-height: 80px;
618+
background-color: transparent;
607619
}
608620

609621
.flowing {

0 commit comments

Comments
 (0)