diff --git a/app/assets/stylesheets/application.bootstrap.scss b/app/assets/stylesheets/application.bootstrap.scss index 62c5533..39e3c03 100644 --- a/app/assets/stylesheets/application.bootstrap.scss +++ b/app/assets/stylesheets/application.bootstrap.scss @@ -5,3 +5,4 @@ @import "homepage"; @import "base"; @import "footer"; +@import "card"; diff --git a/app/assets/stylesheets/card.scss b/app/assets/stylesheets/card.scss new file mode 100644 index 0000000..ebbd2db --- /dev/null +++ b/app/assets/stylesheets/card.scss @@ -0,0 +1,7 @@ +.card-title { + margin-bottom: 0.75rem; +} + +.card-title > a { + font-size: 1.25rem; +} diff --git a/app/views/catalog/_home.html.erb b/app/views/catalog/_home.html.erb index bd2f2c2..092ce94 100644 --- a/app/views/catalog/_home.html.erb +++ b/app/views/catalog/_home.html.erb @@ -5,34 +5,37 @@