Skip to content

Commit

Permalink
fix: WEB-845 Update container width for tech section (#6595)
Browse files Browse the repository at this point in the history
* Update container width for tech section

* fix width
  • Loading branch information
carlagn authored Jan 17, 2025
1 parent 62a103b commit 61358b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shortcodes/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.container {
margin: 16px 0 0 0;
width: 198px;
width: 220px;
text-overflow: ellipsis;

@media only screen and (max-width: 767px) {
Expand Down

0 comments on commit 61358b0

Please sign in to comment.