Skip to content

Commit

Permalink
set the dependency chart width
Browse files Browse the repository at this point in the history
  • Loading branch information
YogeshSharma01 committed Feb 8, 2021
1 parent 65f8b4b commit 1054d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ nav ul ul li a {

.dependency-chart{
border-radius: 8px;
width: 65%;
width: 100%;
}

#forkMe-ribbon {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h2 class="contributors-head" id="contributer">Contributors</h2>

<!-- Dependency chart -->
<div id="dependency-div">
<img class="dependency-chart" src="./images/chart.png" alt="dependency-chart">
<img class="dependency-chart" src="./images/chart.webp" alt="dependency-chart">
</div>
<!-- Dependency chart end -->

Expand Down

0 comments on commit 1054d9e

Please sign in to comment.