diff --git a/app/styles/modules/home-projects-list.scss b/app/styles/modules/home-projects-list.scss index 36f04508..1435723d 100644 --- a/app/styles/modules/home-projects-list.scss +++ b/app/styles/modules/home-projects-list.scss @@ -93,6 +93,16 @@ } } +.project-content { + h2 { + margin-bottom: .3rem; + } + p { + @extend %small; + line-height: 1rem; + } +} + .all-projects { @include table-flex-child(1, 285px, 0, 285px); background-color: rgba(0, 0, 0, .5);