Commit f03e8b6b72c774d5ec8714e0598e4103f09a8b16

Authored by Juliana
1 parent bb0486ac

Fine tuning measures

Showing 1 changed file with 7 additions and 6 deletions   Show diff stats
css/community-pages.css
@@ -312,13 +312,13 @@ @@ -312,13 +312,13 @@
312 /* Blog tab*/ 312 /* Blog tab*/
313 313
314 #content #blog-tab .blog-posts{ 314 #content #blog-tab .blog-posts{
315 - margin-top:20px; 315 + margin-top:15px;
316 } 316 }
317 317
318 #content #blog-tab .blog .blog-post{ 318 #content #blog-tab .blog .blog-post{
319 background:none; 319 background:none;
320 border-bottom: 1px solid #ECEDF1; 320 border-bottom: 1px solid #ECEDF1;
321 - padding:30px 0px 0px 0px; 321 + padding:25px 0px 12px 0px;
322 } 322 }
323 323
324 #content #blog-tab .blog .blog-post h1{ 324 #content #blog-tab .blog .blog-post h1{
@@ -335,8 +335,8 @@ @@ -335,8 +335,8 @@
335 #content #blog-tab .blog .blog-post .post-pic{ 335 #content #blog-tab .blog .blog-post .post-pic{
336 margin:0 20px 5px 0px; 336 margin:0 20px 5px 0px;
337 border-radius: 4px; 337 border-radius: 4px;
338 - height: 60px;  
339 - width: 20%; 338 + height: 62px;
  339 + width: 19%;
340 background: center/cover no-repeat; 340 background: center/cover no-repeat;
341 float: left; 341 float: left;
342 } 342 }
@@ -353,6 +353,7 @@ @@ -353,6 +353,7 @@
353 #content #blog-tab .blog .blog-post .publishing-info .date { 353 #content #blog-tab .blog .blog-post .publishing-info .date {
354 margin: 0px 0px 5px 0px; 354 margin: 0px 0px 5px 0px;
355 display: table-cell; 355 display: table-cell;
  356 + font-size: 11px;
356 } 357 }
357 #content #blog-tab .blog .blog-post .author { 358 #content #blog-tab .blog .blog-post .author {
358 display: none; 359 display: none;
@@ -382,7 +383,7 @@ @@ -382,7 +383,7 @@
382 /*Post Position-1*/ 383 /*Post Position-1*/
383 #content #blog-tab .blog .blog-post.position-1 h1{ 384 #content #blog-tab .blog .blog-post.position-1 h1{
384 line-height: 37px; 385 line-height: 37px;
385 - font-size: 34px; 386 + font-size: 25px;
386 color: #172738; 387 color: #172738;
387 padding-left:0px; 388 padding-left:0px;
388 text-align: left; 389 text-align: left;
@@ -394,7 +395,7 @@ @@ -394,7 +395,7 @@
394 #content #blog-tab .blog .blog-post.position-1 .post-pic { 395 #content #blog-tab .blog .blog-post.position-1 .post-pic {
395 margin: 0 20px 5px 0px; 396 margin: 0 20px 5px 0px;
396 border-radius: 4px; 397 border-radius: 4px;
397 -height: 220px; 398 +height: 210px;
398 width: 100%; 399 width: 100%;
399 background: center/cover no-repeat; 400 background: center/cover no-repeat;
400 float: left; 401 float: left;