Skip to content

Commit

Permalink
Merge pull request #113 from SzymCode/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
SzymCode authored Aug 21, 2024
2 parents 27aa741 + a5e8dbb commit 53d9b6c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions atomic/_old_structure/sass/styles/pages/home/start.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
.rightSide {
display: flex;
justify-content: center;

.chartsImage {
img {
min-width: 500px;
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion atomic/_old_structure/ts/components/Home/Start.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/>
</div>
<div class="rightSide">
<image-atom src="charts.png" class="chartsImage" />
<image-atom src="charts.svg" class="chartsImage" />
</div>
</div>
</div>
Expand Down
Binary file removed public/charts.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/charts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53d9b6c

Please sign in to comment.