From aaf198690235ad473baa3d9d9fb9c539cb57f049 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 28 Sep 2015 23:21:46 +0100 Subject: Add Bootstrap Add Bootstrap CSS framework (http://getbootstrap.com/). --- index.html | 5 ++++- style.css | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8609d5d..5750ed3 100644 --- a/index.html +++ b/index.html @@ -2,14 +2,17 @@ + + +

Baserock | CIAT

-
+
diff --git a/style.css b/style.css index 2bcc6d1..c7a0a2e 100644 --- a/style.css +++ b/style.css @@ -93,6 +93,6 @@ h1>span { text-align: left; } -.container { +.content { height: 85%; } -- cgit v1.2.1