MkDocs Materials 6.2.4

This commit is contained in:
CrazyMax
2021-01-11 00:59:33 +01:00
parent 7754d4fbc4
commit 6b129ceaad
2 changed files with 1 additions and 13 deletions

View File

@@ -1,15 +1,3 @@
.md-logo {
width: 40px;
height: 40px;
padding-bottom: 2px;
padding-top: 2px;
}
.md-logo img {
width: 40px;
height: 40px;
}
.md-header-nav__title {
font-size: .85rem;
}

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2
FROM squidfunk/mkdocs-material:6.1.7 AS base
FROM squidfunk/mkdocs-material:6.2.4 AS base
RUN apk add --no-cache \
git \
git-fast-import \