Footer inner padding

This commit is contained in:
AlxMedia 2022-09-10 18:48:32 +02:00
parent 7697bf0789
commit ed547d2e52

View file

@ -938,7 +938,7 @@ body.dark #theme-toggle-btn:before { border-color: #1a1a1a; top: 2px; left: 34px
* Section: Footer
/* ------------------------------------------------------------------------- */
#footer { background: #fff; box-shadow: inset 0 1px 0 rgba(0,0,0,0.08); color: rgba(0,0,0,0.6); position: relative; padding-top: 50px; padding-bottom: 70px; }
#footer .pad { padding-bottom: 20px; }
#footer .pad { padding: 0 30px 20px; }
#footer-ads { text-align: center; padding: 10px 0; }
#footer-ads .widget { padding-bottom: 0; font-size: 0; line-height: 0; }