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
main
Linda Badurina 7 years ago committed by Julian Lam
parent b61842774a
commit bec13e8138

1
.gitignore vendored

@ -7,3 +7,4 @@ sftp-config.json
.idea
.vscode
node_modules/
.DS_Store

@ -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 {

Loading…
Cancel
Save