Skip to content

Commit 9d49178

Browse files
author
donghwi park
committed
update the css after version update on docusaurus
1 parent abb596b commit 9d49178

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

src/css/docs.css

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ h4 {
5858
font-family: var(--font-family-secondary);
5959
font-weight: var(--font-weight-secondary);
6060
}
61-
61+
h1 {
62+
--ifm-h1-font-size: calc(1.375rem + 1.5vw);
63+
}
6264
small {
6365
font-size: 14px;
6466
font-style: italic;
@@ -170,6 +172,14 @@ table tr td + td + td:last-child {
170172
border-radius: var(--ifm-global-radius);
171173
}
172174

175+
/* breadcrumbs */
176+
.breadcrumbs {
177+
display: none;
178+
}
179+
article .clean-btn {
180+
display: none;
181+
}
182+
173183
/* Navbar search */
174184
.navbar__items .DocSearch-Button {
175185
height: 2.25rem;
@@ -217,6 +227,9 @@ table tr td + td + td:last-child {
217227
.footer__item img {
218228
width: 60px;
219229
}
230+
.footer__item svg {
231+
display: none;
232+
}
220233

221234
@media only screen and (max-width: 720px) {
222235
table {
@@ -279,6 +292,12 @@ table tr td + td + td:last-child {
279292
}
280293
}
281294

295+
/* Plugins */
296+
.pills {
297+
justify-content: flex-end;
298+
flex-wrap: wrap;
299+
}
300+
282301
/* Tidelift */
283302
.tidelift-button {
284303
display: inline-block;

0 commit comments

Comments
 (0)