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:
parent
08e8978d02
commit
e9211d9088
15
material/assets/stylesheets/main.6e60f8b8.min.css
vendored
Normal file
15
material/assets/stylesheets/main.6e60f8b8.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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 }}">
|
||||
|
@ -110,7 +110,7 @@
|
||||
// Image or icon
|
||||
:is(img, svg) {
|
||||
display: block;
|
||||
width: px2rem(24px);
|
||||
width: auto;
|
||||
height: px2rem(24px);
|
||||
fill: currentColor;
|
||||
}
|
||||
|
@ -62,7 +62,7 @@
|
||||
// Image or icon
|
||||
:is(img, svg) {
|
||||
display: block;
|
||||
width: px2rem(48px);
|
||||
width: auto;
|
||||
height: px2rem(48px);
|
||||
fill: currentColor;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user