From 8cf0adb8cd1d8592905baac36bc760bd35f38963 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 19 May 2015 18:42:04 -0400 Subject: [PATCH] Styling on example --- examples/theming.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/theming.html b/examples/theming.html index 77f7df891..69c7a01e3 100644 --- a/examples/theming.html +++ b/examples/theming.html @@ -18,10 +18,13 @@ margin-top: 3em; } .ui.container > h1 { - font-size: 4em; + font-size: 3em; + text-align: center; + font-weight: normal; } .ui.container > h2.dividing.header { - font-size: 2.5em; + font-size: 2em; + font-weight: normal; margin: 4em 0em 3em; } .color.grid {