Justify text in blog
All checks were successful
Deploy / build-and-publish (push) Successful in 2m2s
Deploy / deploy (push) Successful in 20s

This commit is contained in:
2025-05-19 22:51:19 +03:00
parent fceafd9841
commit e5230a6f27

View File

@@ -92,4 +92,8 @@ import { page } from '$app/stores';
content: '+'; content: '+';
} }
} }
:global(article p) {
text-align: justify;
}
</style> </style>