Move to Inter font and minimal details

This commit is contained in:
prototypa
2022-09-09 22:19:00 -04:00
parent c73bf4e1d7
commit 323f5b61ee
7 changed files with 19 additions and 21 deletions

View File

@ -14,4 +14,15 @@
[astro-icon].icon-bold > * {
stroke-width: 2;
}
[data-aw-toggle-menu] path {
@apply transition;
}
[data-aw-toggle-menu].expanded g > path:first-child {
@apply -rotate-45 translate-y-[15px] translate-x-[-3px];
}
[data-aw-toggle-menu].expanded g > path:last-child {
@apply rotate-45 translate-y-[-8px] translate-x-[14px];
}