fix(cdn): Use bootstrap through our CDN
This commit is contained in:
committed by
mrugesh mohapatra
parent
22b3f5890e
commit
9c38f7bcac
@@ -15,3 +15,7 @@ h5,
|
||||
h6 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center !important;
|
||||
}
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user