Files
davo-reklama/css/articles/article-base.css
2025-10-02 00:46:56 +02:00

12 lines
188 B
CSS

article{
font-size: 0.9em;
color: white;
padding: 1em;
}
article header{
margin-bottom: 2em;
line-height: 2em;
}
article p, article section p{
line-height: 1.5em;
}