news_posts.scss 288 B

12345678910
  1. // Place all the styles related to the NewsPosts controller here.
  2. // They will automatically be included in application.css.
  3. // You can use Sass (SCSS) here: http://sass-lang.com/
  4. .news-post {
  5. padding: 10px;
  6. border-radius: 10px;
  7. background-color: #f5f5f5;
  8. margin-bottom: 10px;
  9. }