From b29c05ace255789523e51630ecf0bfc5a71f5443 Mon Sep 17 00:00:00 2001 From: lorenzo Date: Mon, 27 Apr 2015 20:28:39 -0700 Subject: [PATCH] block style --- css/skeleton.ontraport.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/css/skeleton.ontraport.css b/css/skeleton.ontraport.css index 888bd83..55184a9 100644 --- a/css/skeleton.ontraport.css +++ b/css/skeleton.ontraport.css @@ -9,6 +9,7 @@ blocks .block-style { padding-top: 3em; padding-bottom: 3em; + width: 100%; } /* ===================================================================================================================== @@ -38,7 +39,18 @@ Fonts font-weight: bold; } -.opt-small { - font-size: 10px; +.opt-big { + font-size: 1.2em; } +.opt-medium { + font-size: 1em; +} + +.opt-small { + font-size: .8em; +} + +.opt-red { + color: red; +}