0
0
Fork 0
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:
CrazyMax 2021-01-11 00:59:33 +01:00
parent 7754d4fbc4
commit 6b129ceaad
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 1 additions and 13 deletions
docs/assets/stylesheets
hack

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 \