mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed aspect ratio of logo in header and drawer
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user