Browse Source

Reduce the font size of the post

Fechin 7 years ago
parent
commit
5dc1b4e263
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/css/diaspora.css

+ 1 - 1
source/css/diaspora.css

@@ -200,7 +200,7 @@ h1.title {font-size:30px;color:#333;line-height:1.3;position:relative;font-weigh
 .icon-email:before {content:"\e60c";}
 
 /* Post or Page content style */
-.content {margin-top:50px;font-size:16px;line-height:2;color:#333;}
+.content {margin-top:50px;font-size:15px;line-height:2;color:#333;}
 .content h1{font-size:39px}
 .content h2{font-size:32px}
 .content h3{font-size:26px}