From bec13e8138aeaae332f75b3c577bc5f6c22c7e05 Mon Sep 17 00:00:00 2001 From: Linda Badurina Date: Mon, 15 Jan 2018 12:30:52 -0500 Subject: [PATCH] Alignment Fixes; Closes #371 (#399) * test * gg * Improper Alignment CSS Fixes Adjusted the category titles and stats to properly line up with eachother * add gitignore * removed symlink that we added by mistake --- .gitignore | 3 ++- less/categories.less | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fea06b1..c2a6cda 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ sftp-config.json *.sublime-workspace .idea .vscode -node_modules/ \ No newline at end of file +node_modules/ +.DS_Store \ No newline at end of file diff --git a/less/categories.less b/less/categories.less index 40d9685..d96190a 100644 --- a/less/categories.less +++ b/less/categories.less @@ -40,6 +40,7 @@ line-height: 22px; margin: 0; margin-left: 62px; + margin-top: 4px; strong { color: @gray-dark; @@ -190,7 +191,7 @@ .stats { font-size: 20px; text-align: center; - margin-top: 7px; + margin-top: 3px; line-height: 22px; small {