Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01185b5

Browse files
committed
feat: fix styles, update docs
1 parent d9e5e08 commit 01185b5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

_sass/common/components/_toc.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ul.toc--navigator {
109109
font-size: map-get($base, font-size);
110110
line-height: map-get($base, line-height);
111111
}
112-
color: $text-color-d;
112+
color: $text-color;
113113
a {
114114
@include link-colors($text-color-d);
115115
}

_sass/components/_header.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,14 @@
4242
margin-right: map-get($spacers, 3);
4343
white-space: nowrap;
4444
@include media-breakpoint-down(md) {
45-
height: map-get($layout, header-height-sm);
45+
height: auto;
4646
margin-right: 0;
4747
}
4848
& > .header__brand {
4949
@include flex(1);
50+
@include media-breakpoint-down(md) {
51+
height: map-get($layout, header-height-sm);
52+
}
5053
}
5154
& > .search-button {
5255
display: none;

docs/assets/images/docker.jpg

-11.9 KB
Loading

0 commit comments

Comments
 (0)