Skip to content

Commit

Permalink
feat: fix styles, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed May 3, 2019
1 parent d9e5e08 commit 01185b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/common/components/_toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ul.toc--navigator {
font-size: map-get($base, font-size);
line-height: map-get($base, line-height);
}
color: $text-color-d;
color: $text-color;
a {
@include link-colors($text-color-d);
}
Expand Down
5 changes: 4 additions & 1 deletion _sass/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@
margin-right: map-get($spacers, 3);
white-space: nowrap;
@include media-breakpoint-down(md) {
height: map-get($layout, header-height-sm);
height: auto;
margin-right: 0;
}
& > .header__brand {
@include flex(1);
@include media-breakpoint-down(md) {
height: map-get($layout, header-height-sm);
}
}
& > .search-button {
display: none;
Expand Down
Binary file modified docs/assets/images/docker.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01185b5

Please sign in to comment.