You might like to try this code to adjust the icon position:
.notion-page__icon svg {
padding-top: 5px !important;
width: 1em !important;
max-width: 1em !important;
}
.notion-page__icon {
margin-right: 2px !important;
}
You might like to try this code to adjust the icon position:
.notion-page__icon svg {
padding-top: 5px !important;
width: 1em !important;
max-width: 1em !important;
}
.notion-page__icon {
margin-right: 2px !important;
}