Skip to content

Commit 9bd4275

Browse files
committed
Fix footer styles
1 parent 0b6cd14 commit 9bd4275

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
.footer {
22
text-align: center;
33
padding: 2rem 1rem;
4+
font-size: 14px;
5+
line-height: 1.5;
6+
color: var(--ifm-color-gray-500);
7+
}
8+
9+
.footer a {
10+
width: auto;
11+
font-size: 16px;
412
}
513

614
.license {
7-
margin: 1rem 0 0.25rem;
15+
margin-top: 16px;
816
}

0 commit comments

Comments
 (0)