Update 'themes/varia/static/css/main.css'

This commit is contained in:
anglk 2023-03-24 18:30:06 +01:00
parent 239e23cf20
commit 4dd6faec01

View File

@ -351,23 +351,20 @@ button.stream-button:active {
.hentry.current,
.hentry.article,
.hentry.artikel,
.hentry.writings,
.hentry.current .article-info,
.hentry.current .featured-image img {
width: calc(400px + 1em);
}
/* color background for articles */
.hentry.article,
.hentry.artikel {
.hentry.artikel,
.hentry.writings {
padding: 1.5em 1em 1em 1em;
border: 1px dashed #7e5211;
border-radius: 15px;
}
.hentry.writings{
padding: 1.5em 1em 1em 1em;
border: 1px dashed #7e5211;
border-radius: 15px;
}
/****************************/