diff --git a/.gitignore b/.gitignore
index 9ce8142c12a1d6591afe431498e9827b028a686e..bac50a30b1beb8d7ba0a0bdf367201d30e1b6259 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,5 @@ tests/_helpers/CodeGuy.php
 tests/_helpers/TestGuy.php
 tests/_helpers/WebGuy.php
 tests/_helpers/_generated
+
+.idea
diff --git a/resources/assets/stylesheets/scss/contents.scss b/resources/assets/stylesheets/scss/contents.scss
index 252ab7829d869ef5c3d2543aa16e6b77b770dc02..92ca06bd991152bd01c96b02d2feb17fc2c805cc 100644
--- a/resources/assets/stylesheets/scss/contents.scss
+++ b/resources/assets/stylesheets/scss/contents.scss
@@ -46,7 +46,9 @@
     .content-item {
         background-color: $dark-gray-color-5;
         border: solid thin $light-gray-color-40;
-        height: 150px;
+        height: 130px;
+        padding-bottom: 10px;
+        padding-top: 10px;
 
         .content-item-link {
             color: unset;
@@ -57,11 +59,14 @@
 
             .content-item-img-wrapper {
                 margin: 15px;
+                margin-right: 20px;
                 margin-top: 0;
                 width: 64px;
             }
 
             .content-item-text {
+                padding-top: -2px;
+
                 .content-item-title {
                     color: $base-color;
                     font-size: 2rem;