summaryrefslogtreecommitdiffstats
path: root/_sass/custom/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/custom/custom.scss')
-rw-r--r--_sass/custom/custom.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss
index 274bfdb..2bd7696 100644
--- a/_sass/custom/custom.scss
+++ b/_sass/custom/custom.scss
@@ -190,4 +190,18 @@ figure {
.ont-404 svg {
fill: $body-text-color;
width: 100%;
+}
+
+.site-button img {
+ height: 20px;
+ vertical-align: middle;
+ margin-left: 10px;
+ width: auto;
+}
+
+.site-button svg {
+ height: 20px;
+ vertical-align: middle;
+ margin-left: 10px;
+ width: 20px;
} \ No newline at end of file