Skip to content

Commit b9b0df2

Browse files
author
Alexia Michelle
committed
fix #3
1 parent 65c1c90 commit b9b0df2

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/css/custom.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,18 @@ h6 {
8989
}
9090

9191
.navbar {
92-
backdrop-filter: var(--surface-blur);
93-
-webkit-backdrop-filter: var(--surface-blur);
9492
background: var(--ifm-navbar-background-color);
9593
border-bottom: 1px solid var(--surface-border);
9694
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
9795
}
9896

97+
@media (min-width: 997px) {
98+
.navbar {
99+
backdrop-filter: var(--surface-blur);
100+
-webkit-backdrop-filter: var(--surface-blur);
101+
}
102+
}
103+
99104
.navbar__title {
100105
font-weight: 500;
101106
letter-spacing: -0.03em;

0 commit comments

Comments
 (0)