Skip to content

Commit ad68300

Browse files
committed
Use .footer to avoid targeting other usage of footer
1 parent 9e2af9d commit ad68300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ p {
173173
@media (min-width: 82.5rem) {
174174
.main-wrapper:not(.full-width),
175175
.navbar__inner,
176-
footer .container {
176+
.footer .container {
177177
max-width: 82.5rem;
178178
margin: auto;
179179
}
@@ -197,7 +197,7 @@ p {
197197
}
198198
}
199199

200-
footer {
200+
.footer {
201201
border-top: 1px solid var(--ifm-toc-border-color);
202202
}
203203

0 commit comments

Comments
 (0)