From 40ad19b917e186bf27a445010530e41eb36c9a54 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Thu, 31 Jan 2019 13:19:16 +0300 Subject: [PATCH] style: add .smaller project titles --- src/index.pug | 2 +- src/style.sass | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.pug b/src/index.pug index 7e28956..6b8c45f 100644 --- a/src/index.pug +++ b/src/index.pug @@ -82,7 +82,7 @@ html img(src=stars("vladfaust", "migrate.cr")) | a database migration solution li - a(href="https://github.com/vladfaust/http-params-serializable") + a.smaller(href="https://github.com/vladfaust/http-params-serializable") span.title HTTP::Params::Serializable img(src=stars("vladfaust", "http-params-serializable")) | the HTTP params parsing module diff --git a/src/style.sass b/src/style.sass index c080e9f..09d4cb8 100644 --- a/src/style.sass +++ b/src/style.sass @@ -72,6 +72,9 @@ ul.projects a display: table-cell + &.smaller + font-size: 95% + ul.supporters list-style: square