Compare commits

..

2 Commits

Author SHA1 Message Date
Antoine M
a1d06eed7d STYLE Refining font size
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-20 15:18:07 +02:00
Antoine M
311191d016 STYLE Refining font size 2025-06-20 15:18:00 +02:00
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@
@import './components/content-meta.css';
@import './components/article-tag.css';
@import './components/page-header.css';
@import './components/notyf.css';
/* ########### LAYOUT ############ */
@import './layout/nav.css';

View File

@ -0,0 +1,3 @@
.notyf__message {
@apply text-base;
}