diff --git a/_includes/footer.html b/_includes/footer.html index 5ec1e76..cf09a76 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -8,18 +8,18 @@ diff --git a/_includes/icon-facebook.svg b/_includes/icon-facebook.svg new file mode 100644 index 0000000..b8d0f43 --- /dev/null +++ b/_includes/icon-facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icon-github.svg b/_includes/icon-github.svg new file mode 100644 index 0000000..4ec76aa --- /dev/null +++ b/_includes/icon-github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icon-gitlab.svg b/_includes/icon-gitlab.svg new file mode 100644 index 0000000..09a2f04 --- /dev/null +++ b/_includes/icon-gitlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icon-mail.svg b/_includes/icon-mail.svg new file mode 100644 index 0000000..fdcfcd2 --- /dev/null +++ b/_includes/icon-mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icon-site.svg b/_includes/icon-site.svg new file mode 100644 index 0000000..342c298 --- /dev/null +++ b/_includes/icon-site.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/main.scss b/assets/main.scss index 4cd92b8..cbb8f47 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -91,13 +91,13 @@ html { } .footer-col-1 { - width: -webkit-calc(40% - (#{$spacing-unit} / 2)); - width: calc(40% - (#{$spacing-unit} / 2)); + width: -webkit-calc(50% - (#{$spacing-unit} / 2)); + width: calc(50% - (#{$spacing-unit} / 2)); } .footer-col-2 { - width: -webkit-calc(60% - (#{$spacing-unit} / 2)); - width: calc(60% - (#{$spacing-unit} / 2)); + width: -webkit-calc(50% - (#{$spacing-unit} / 2)); + width: calc(50% - (#{$spacing-unit} / 2)); } .page-nav { @@ -120,6 +120,10 @@ html { .site-header, .site-footer { background: black; color: white; + + a:hover { + color: $grey-color-light; + } } .site-nav { @@ -142,3 +146,11 @@ html { .site-title, .site-title:visited { color: white; } + +.icon > svg { + height: 16px; + width: 16px; + path { + fill: $brand-color; + } +} -- libgit2 0.21.2