Browse Source

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

master
anglk 1 year ago
parent
commit
4dd6faec01
  1. 9
      themes/varia/static/css/main.css

9
themes/varia/static/css/main.css

@ -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;
}
/****************************/

Loading…
Cancel
Save