mirror of
https://github.com/crazy-max/diun.git
synced 2025-03-16 20:33:30 +00:00
MkDocs Materials 6.2.4
This commit is contained in:
parent
7754d4fbc4
commit
6b129ceaad
2 changed files with 1 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue