Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjordje Atlialp <djordje@atlialp.com>2021-04-10 01:52:37 +0300
committerGitHub <noreply@github.com>2021-04-10 01:52:37 +0300
commit9cf7e7076ee720c8e9015f81411159429f259c46 (patch)
tree1e049502e9ab26d225dca25eea6f715181ddc19d
parentd89c90d1b8d58ebf0ad614aec1d869fc22bb9237 (diff)
parenta78fa28276b17370b4149a0e53d66b4a67e5e057 (diff)
Merge pull request #266 from jorgeluiscarrillo/jorgeluiscarrillo-fix-footer-padding
Remove unnecessary padding in footer
-rw-r--r--assets/scss/_footer.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/_footer.scss b/assets/scss/_footer.scss
index 82e177f..cc64c9d 100644
--- a/assets/scss/_footer.scss
+++ b/assets/scss/_footer.scss
@@ -39,7 +39,7 @@
}
& > *:last-child {
- padding: 0 5px;
+ padding: 0 0px;
@media #{$media-size-tablet} {
padding: 0;