aboutsummaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/credly-widget.scss7
-rw-r--r--style/main.scss1
2 files changed, 8 insertions, 0 deletions
diff --git a/style/credly-widget.scss b/style/credly-widget.scss
new file mode 100644
index 0000000..9c495a9
--- /dev/null
+++ b/style/credly-widget.scss
@@ -0,0 +1,7 @@
+.credly__user {
+ line-height: initial;
+
+ &, * {
+ box-sizing: initial;
+ }
+}
diff --git a/style/main.scss b/style/main.scss
index 01dcb6c..b6ceff4 100644
--- a/style/main.scss
+++ b/style/main.scss
@@ -12,6 +12,7 @@ $page-padding-between: 40px;
@import 'projects';
@import 'responsive';
@import 'random-project';
+@import 'credly-widget';
* {
box-sizing: border-box;