Added styles for comments

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-09-30 07:38:35 +04:00
parent b5db7d13b6
commit 5659edfb8e
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 5 additions and 0 deletions

View File

@ -1,2 +1,3 @@
@import 'components/core'; @import 'components/core';
@import 'components/github';
@import 'components/image'; @import 'components/image';

View File

@ -0,0 +1,4 @@
.github-avatar {
max-height: 16px;
max-width: 16px;
}