1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Updated dependencies

This commit is contained in:
squidfunk 2023-10-24 11:37:50 +02:00
parent 0341516fe5
commit 997da1efc5
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
7 changed files with 5 additions and 7 deletions

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

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.35e1ed30.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4b4a2bd9.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.356b1318.min.css' | url }}">

View File

@ -52,8 +52,7 @@
position: relative;
display: flex;
flex-wrap: wrap;
align-content: baseline;
justify-content: center;
place-content: baseline center;
// Feedback icon on hover
&:hover .md-icon:not(:disabled) {

View File

@ -182,8 +182,7 @@
&__title {
flex-grow: 1;
height: px2rem(48px);
margin-inline-start: px2rem(20px);
margin-inline-end: px2rem(8px);
margin-inline: px2rem(20px) px2rem(8px);
font-size: px2rem(18px);
line-height: px2rem(48px);