From 6bf4df72d0c76e3d87a39ba60018456e1e1719fa Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 4 Sep 2017 01:39:19 -0400 Subject: [PATCH] make projects box constant height --- src/scripts/projects.tag | 2 +- src/styles/riotblog.scss | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/scripts/projects.tag b/src/scripts/projects.tag index 33f5142..d91e68e 100644 --- a/src/scripts/projects.tag +++ b/src/scripts/projects.tag @@ -18,7 +18,7 @@
-
+

{ this.project().name }

{ this.project().description }
diff --git a/src/styles/riotblog.scss b/src/styles/riotblog.scss index 7165b3f..af93f61 100644 --- a/src/styles/riotblog.scss +++ b/src/styles/riotblog.scss @@ -284,7 +284,11 @@ p, h6, h5, h4, h3, h2, h1 { .projects-box { @extend .content-box; - height: 385 !important; + height: 300px !important; +} + +.projects-card { + height: 200px !important; } .posts-box {