Skip to content

Commit

Permalink
Update container width for tech section
Browse files Browse the repository at this point in the history
  • Loading branch information
carlagn committed Jan 14, 2025
1 parent 3ed8f09 commit 4bc6e91
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: fit-content;
text-overflow: ellipsis;

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

0 comments on commit 4bc6e91

Please sign in to comment.