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 {