| Index: static/scss/layout/_footer.scss |
| =================================================================== |
| --- a/static/scss/layout/_footer.scss |
| +++ b/static/scss/layout/_footer.scss |
| @@ -13,17 +13,17 @@ |
| // |
| // You should have received a copy of the GNU General Public License |
| // along with acceptableads.org. If not, see <http://www.gnu.org/licenses/>. |
| #footer |
| { |
| padding-top: $lg; |
| padding-bottom: $xl; |
| - font-size: 70%; |
| + font-size: $font-size-sm; |
| background-color: $secondary-bg; |
| color: $secondary-fg; |
| @media (max-width: $tablet-breakpoint) |
| { |
| padding-top: $md; |
| padding-bottom: $lg; |
| } |