fix(cdn): Use bootstrap through our CDN
This commit is contained in:
committed by
mrugesh mohapatra
parent
22b3f5890e
commit
9c38f7bcac
@@ -14,4 +14,8 @@ h4,
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-center {
|
||||||
|
text-align: center !important;
|
||||||
}
|
}
|
@@ -14,7 +14,7 @@ export default class HTML extends React.Component {
|
|||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
href={
|
href={
|
||||||
'https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/css/' +
|
'https://cdn.freecodecamp.org/compiled/bootstrap/v3/css/' +
|
||||||
'bootstrap.min.css'
|
'bootstrap.min.css'
|
||||||
}
|
}
|
||||||
rel='stylesheet'
|
rel='stylesheet'
|
||||||
|
Reference in New Issue
Block a user