Skip to content

Commit 73d2fa5

Browse files
authored
fix carousel so that color is consistent (#306)
1 parent b897d7c commit 73d2fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img src="{{ '/assets/homepage_1.jpg' | prepend: site.baseurl | prepend: site.url }}" alt="Home">
1616
<div class="carousel-caption jumbotron transparent-background">
1717
<h1 class="text-center">OData - the best way to REST</h1>
18-
<p class="text-center">An <strong>open protocol</strong> to allow the creation and consumption of <strong>queryable</strong> and <strong>interoperable RESTful APIs</strong> in a <strong>simple</strong> and <strong>standard</strong> way.</p>
18+
<p class="text-center">An <b>open protocol</b> to allow the creation and consumption of <b>queryable</b> and <b>interoperable RESTful APIs</b> in a <b>simple</b> and <b>standard</b> way.</p>
1919
</div>
2020
</div>
2121
<div class="item">

0 commit comments

Comments
 (0)