Skip to content

Commit 0aa7b01

Browse files
committed
2 parents 831614d + 3db644a commit 0aa7b01

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "temp-docusaurus",
3-
"version": "0.0.0",
2+
"name": "churchapps-support",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

src/css/custom.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,18 +336,31 @@
336336

337337
.navbar {
338338
box-shadow: 0 1px 0 0 var(--ifm-color-emphasis-100);
339-
backdrop-filter: blur(8px);
340339
}
341340

342341
[data-theme='dark'] .navbar {
343-
background: rgba(20, 24, 32, 0.85);
342+
background: #141820;
344343
}
345344

346345
.navbar__title {
347346
font-weight: 700;
348347
font-size: 1.1rem;
349348
}
350349

350+
@media (max-width: 520px) {
351+
.navbar__title {
352+
font-size: 0.9rem;
353+
max-width: 120px;
354+
overflow: hidden;
355+
text-overflow: ellipsis;
356+
white-space: nowrap;
357+
}
358+
359+
.navbar__logo {
360+
margin-right: 0.4rem;
361+
}
362+
}
363+
351364
.navbar__link {
352365
font-weight: 500;
353366
}

0 commit comments

Comments
 (0)