diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-07-01 10:55:04 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-07-01 10:55:04 -0400 |
commit | 6921252055a1490921eac01caf583ba26b0e4b2e (patch) | |
tree | 146796c6d72d3c89f0a59214b4bf843cf3a2a82f /assets/less | |
parent | d1b83a1898d0ccdb5540ad94318635cd81a836a0 (diff) |
update sponsor
Diffstat (limited to 'assets/less')
-rw-r--r-- | assets/less/bootswatch.less | 31 |
1 files changed, 9 insertions, 22 deletions
diff --git a/assets/less/bootswatch.less b/assets/less/bootswatch.less index 16adc6ea..123f2be5 100644 --- a/assets/less/bootswatch.less +++ b/assets/less/bootswatch.less @@ -3,6 +3,7 @@ body { } #banner { + min-height: 300px; border-bottom: none; } @@ -163,8 +164,10 @@ footer { .sponsor { + text-align: center; + img { - border: 1px solid rgba(0, 0, 0, 0.1); + border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 4px; } @@ -173,27 +176,11 @@ footer { } } -.bsa { - padding: 0; - - .one { - - .bsa_it_ad { - border: none !important; - background-color: transparent !important; - - .bsa_it_t, - .bsa_it_d { - color: inherit !important; - } +@media (max-width: 767px) { - .bsa_it_i { - margin-bottom: 0 !important; - } - } - - .bsa_it_p { - display: none; - } + #banner { + margin-bottom: 2em; + text-align: center } + }
\ No newline at end of file |