fix(cdn): Use bootstrap through our CDN

This commit is contained in:
Bouncey
2018-08-30 15:38:11 +01:00
committed by mrugesh mohapatra
parent 22b3f5890e
commit 9c38f7bcac
2 changed files with 5 additions and 1 deletions

View File

@@ -14,4 +14,8 @@ h4,
h5,
h6 {
font-weight: 400;
}
.text-center {
text-align: center !important;
}

View File

@@ -14,7 +14,7 @@ export default class HTML extends React.Component {
/>
<link
href={
'https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/css/' +
'https://cdn.freecodecamp.org/compiled/bootstrap/v3/css/' +
'bootstrap.min.css'
}
rel='stylesheet'