diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-09-13 23:40:35 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-09-13 23:40:35 -0400 |
commit | 54c78894ce946af7e4f02b574a733fee26058251 (patch) | |
tree | 803108d6d84b3ef51143fa89c0945532fab9be06 /assets/less | |
parent | 9f7a95b89d034356c00030b8da05875dab74aa72 (diff) |
add logo to landing page
Diffstat (limited to 'assets/less')
-rw-r--r-- | assets/less/bootswatch.less | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/assets/less/bootswatch.less b/assets/less/bootswatch.less index 0204263b..87e839ca 100644 --- a/assets/less/bootswatch.less +++ b/assets/less/bootswatch.less @@ -75,13 +75,17 @@ footer { } .splash { - padding: 4em 0 0; + padding: 5em 0 0; background-color: #141d27; color: #fff; text-align: center; + .logo { + width: 160px; + } + h1 { - font-size: 4em; + font-size: 3em; } #social { @@ -169,6 +173,19 @@ footer { @media (max-width: 767px) { + .splash { + + padding-top: 4em; + + .logo { + width: 100px; + } + + h1 { + font-size: 2em; + } + } + #banner { margin-bottom: 2em; text-align: center |