Skip to content

Commit 61e43fb

Browse files
authored
Remove unused CSS classes (#5369)
* crate/version: Remove unused CSS class * Header: Remove unused CSS class
1 parent 45220f0 commit 61e43fb

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

app/components/header.module.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@
110110
opacity: 0.5;
111111
}
112112

113-
.doc-links {
114-
left: auto;
115-
min-width: 150px;
116-
}
117-
118113
.nav {
119114
grid-area: nav;
120115
display: flex;

app/styles/crate/version.module.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@
2525
}
2626
}
2727

28-
.about {
29-
line-height: 180%;
30-
margin-bottom: 40px;
31-
32-
> h3 {
33-
margin-top: 0;
34-
}
35-
}
36-
3728
.no-readme {
3829
padding: 40px 15px;
3930
text-align: center;

0 commit comments

Comments
 (0)