From 9c38f7bcaccd644247428855302f83f3382349a9 Mon Sep 17 00:00:00 2001 From: Bouncey Date: Thu, 30 Aug 2018 15:38:11 +0100 Subject: [PATCH] fix(cdn): Use bootstrap through our CDN --- src/components/global.css | 4 ++++ src/html.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/global.css b/src/components/global.css index 5e30320b5d..674c8546fc 100644 --- a/src/components/global.css +++ b/src/components/global.css @@ -14,4 +14,8 @@ h4, h5, h6 { font-weight: 400; +} + +.text-center { + text-align: center !important; } \ No newline at end of file diff --git a/src/html.js b/src/html.js index da204fa343..0296765be7 100644 --- a/src/html.js +++ b/src/html.js @@ -14,7 +14,7 @@ export default class HTML extends React.Component { />