From 86278c55bebeda273e5a048a725e8fea5d2eee5b Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 29 Sep 2015 13:21:05 +0100 Subject: Change title and font of it --- index.html | 5 +++-- style.css | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7b38b4c..45949ec 100644 --- a/index.html +++ b/index.html @@ -11,11 +11,12 @@ -

+

- | CIAT

+ | C.I.A.T.: Continuous Integration and Automated Testing with Baserock +

diff --git a/style.css b/style.css index 51ecf1d..1ac4395 100644 --- a/style.css +++ b/style.css @@ -12,8 +12,8 @@ body { } h1 { - font-family: 'Sarpanch', sans-serif; - font-size: 32pt; + font-family: 'Courier New', monospace; + font-size: 20pt; border-bottom: 2px solid #f80; padding: 2.1em 1.5em 0.1em 1.5em; box-shadow: inset 0 0 60px 10px #111; -- cgit v1.2.1