mylloon.fr/static/css/contrib.css
Mylloon 1e19809df4
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
fix css
2024-06-03 00:20:32 +02:00

35 lines
363 B
CSS

main h2 {
padding-left: 1rem;
}
/* Element of lists */
main li {
display: inline-block;
}
main h1,
main h2 {
font-weight: 800;
}
/* Links */
main a {
text-decoration: none;
font-weight: 600;
}
main a:hover {
text-decoration: underline;
}
main p {
margin: 0;
}
main p::after {
content: ", ";
}
main li:last-child p::after {
content: "";
}