Updated dependencies

This commit is contained in:
squidfunk
2023-10-24 11:37:50 +02:00
parent 0341516fe5
commit 997da1efc5
7 changed files with 5 additions and 7 deletions

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);