Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Oct 24, 2023
1 parent 0341516 commit 997da1e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 997da1e

Please sign in to comment.