Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e5e08 commit 01185b5Copy full SHA for 01185b5
_sass/common/components/_toc.scss
@@ -109,7 +109,7 @@ ul.toc--navigator {
109
font-size: map-get($base, font-size);
110
line-height: map-get($base, line-height);
111
}
112
- color: $text-color-d;
+ color: $text-color;
113
a {
114
@include link-colors($text-color-d);
115
_sass/components/_header.scss
@@ -42,11 +42,14 @@
42
margin-right: map-get($spacers, 3);
43
white-space: nowrap;
44
@include media-breakpoint-down(md) {
45
- height: map-get($layout, header-height-sm);
+ height: auto;
46
margin-right: 0;
47
48
& > .header__brand {
49
@include flex(1);
50
+ @include media-breakpoint-down(md) {
51
+ height: map-get($layout, header-height-sm);
52
+ }
53
54
& > .search-button {
55
display: none;
docs/assets/images/docker.jpg
-11.9 KB
0 commit comments