summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2016-06-10 18:15:52 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2016-06-10 18:15:52 +0000
commite3fa072dc9588d881ef15039a6f0db2499cf8359 (patch)
treeb385e65718f709c0475a125112cb2084544de22d /css
parentaebdb5e21624c0580b8a3ddd1e8e8fb2032d71f2 (diff)
downloadspark-website-e3fa072dc9588d881ef15039a6f0db2499cf8359.tar.gz
spark-website-e3fa072dc9588d881ef15039a6f0db2499cf8359.tar.bz2
spark-website-e3fa072dc9588d881ef15039a6f0db2499cf8359.zip
CSS tweaks
Diffstat (limited to 'css')
-rw-r--r--css/custom.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/css/custom.css b/css/custom.css
index 18357514d..9d5e1a0d2 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -1,7 +1,8 @@
.tagline {
display: inline-block;
color: rgb(47, 164, 231);
- padding-bottom: 5px;
+ padding-bottom: 7px;
+ padding-left: 10px;
font-style: italic;
}
@@ -204,6 +205,7 @@ footer a {
display: inline-block;
font-weight: 200;
color: #333;
+ padding-left: 9px;
}
.subproject {
@@ -212,7 +214,7 @@ footer a {
@media (min-width: 768px) {
.subproject {
- font-size: 45px;
+ font-size: 46px;
}
}