From ade19de410e0a789a921ec1666b278b2a64176d6 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 16 Dec 2014 17:37:42 +0200 Subject: moving files around after repository merger --- res/client/css/partials/typography.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 res/client/css/partials/typography.scss (limited to 'res/client/css/partials/typography.scss') diff --git a/res/client/css/partials/typography.scss b/res/client/css/partials/typography.scss new file mode 100644 index 00000000..388afef5 --- /dev/null +++ b/res/client/css/partials/typography.scss @@ -0,0 +1,21 @@ +/* Headings */ + +h1 { + font-size: $h1-size; +} + +h2 { + font-size: $h2-size; +} + +h1 { + font-size: $h3-size; +} + +h2 { + font-size: $h4-size; +} + +h1 { + font-size: $h5-size; +} -- cgit v1.3.1