Skip to content

Commit 1df75aa

Browse files
Fixed minor bugs
1 parent 4691984 commit 1df75aa

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ a:hover {
260260
letter-spacing: inherit;
261261
border: 0;
262262
background-color: transparent;
263+
outline: none;
263264
}
264265

265266
.gh-footer.has-accent-color .gh-form-input::placeholder {
@@ -442,6 +443,10 @@ button.gh-form-input {
442443
}
443444

444445
@media (max-width: 767px) {
446+
.gh-navigation-logo {
447+
white-space: normal;
448+
}
449+
445450
.gh-navigation-members {
446451
flex-direction: column-reverse;
447452
gap: 16px;
@@ -486,11 +491,13 @@ LOGO Home About Collection Author Portal Login Subscribe
486491
grid-template-columns: auto 1fr auto;
487492
}
488493

489-
@media (min-width: 992px) {
494+
@media (min-width: 768px) {
490495
.gh-navigation.is-left-logo .gh-navigation-logo:not(:has(img)) {
491496
top: -2px;
492497
}
498+
}
493499

500+
@media (min-width: 992px) {
494501
.gh-navigation.is-left-logo .gh-navigation-menu {
495502
margin-right: 100px;
496503
margin-left: 16px;
@@ -638,7 +645,9 @@ Search LOGO Login Subscribe
638645

639646
.gh-dropdown li a {
640647
display: block;
641-
padding: 6px 20px;
648+
padding: 7px 20px;
649+
line-height: 1.5;
650+
white-space: normal;
642651
color: #15171a !important;
643652
}
644653

@@ -1463,6 +1472,10 @@ Search LOGO Login Subscribe
14631472
margin-top: 0;
14641473
}
14651474

1475+
.gh-navigation + .gh-container .gh-container-title {
1476+
display: none;
1477+
}
1478+
14661479
.gh-more {
14671480
display: none;
14681481
grid-column: 1 / -1;

0 commit comments

Comments
 (0)