File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
8080}
8181
8282/* carbon ads */
83- # carbonads {
83+ /* #carbonads {
8484 position: static;
8585 display: block;
8686 max-width: 400px;
@@ -113,7 +113,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
113113 display: block;
114114 margin-top: .75rem;
115115 color: #212529 !important
116- }
116+ } */
117117
118118/* webpack-dev-server-client-overlay */
119119# webpack-dev-server-client-overlay {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ class CarbonAd extends Component {
55 super ( props ) ;
66
77 this . name = this . props . name || "docsblazorbootstrapcom" ;
8- this . serve = this . props . serve || "CW7ILK7W" ;
8+ this . serve = this . props . serve || "CW7ILK7W" ;
99 this . script = this . props . script || null ;
1010 this . placement = this . props . placement || "" ;
1111 this . format = this . props . format || "cover" ;
You can’t perform that action at this time.
0 commit comments