diff options
author | Thomas Park <thomas@thomaspark.co> | 2016-02-03 18:30:29 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2016-02-03 18:30:29 -0500 |
commit | 892d3743bbb8d58588b00b162cc3b7ae3634704e (patch) | |
tree | 802d7b754a56cd563e5ae7467dbf3eb55f85bfb8 /assets/less/custom.less | |
parent | 8251c72543923d8f8c2d46b6567747d5ec870cab (diff) |
update sponsor
Diffstat (limited to 'assets/less/custom.less')
-rw-r--r-- | assets/less/custom.less | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/assets/less/custom.less b/assets/less/custom.less index 885f96cc..1bb21d67 100644 --- a/assets/less/custom.less +++ b/assets/less/custom.less @@ -204,10 +204,21 @@ footer { .sponsor { - text-align: center; + #carbonads { + max-width: 240px; + margin: 0 auto; + } + + .carbon-text { + display: block; + margin-top: 1em; + font-size: 12px; + } - a:hover { - text-decoration: none; + .carbon-poweredby { + float: right; + margin-top: 1em; + font-size: 10px; } } |