1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Fixed aspect ratio of logo in header and drawer

This commit is contained in:
squidfunk 2022-01-23 12:12:17 +01:00
parent 08e8978d02
commit e9211d9088
6 changed files with 19 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.cd566b2a.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6e60f8b8.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">

View File

@ -110,7 +110,7 @@
// Image or icon
:is(img, svg) {
display: block;
width: px2rem(24px);
width: auto;
height: px2rem(24px);
fill: currentColor;
}

View File

@ -62,7 +62,7 @@
// Image or icon
:is(img, svg) {
display: block;
width: px2rem(48px);
width: auto;
height: px2rem(48px);
fill: currentColor;
}