Browse Source

fontsize of articles in index back to 100%

master
mb@mb 6 years ago
parent
commit
e18ab5765c
  1. 2
      themes/varia/static/css/main.css

2
themes/varia/static/css/main.css

@ -233,7 +233,7 @@ header {
} }
.article.hentry{ .article.hentry{
width:calc(400px + 2em); width:calc(400px + 2em);
font-size: 125%; /*font-size: 125%;*/
} }
.hentry{ .hentry{
display: inline-block; display: inline-block;

Loading…
Cancel
Save