Skip to content

Commit

Permalink
style(styles): change the width of the hobbie card
Browse files Browse the repository at this point in the history
  • Loading branch information
colmedev committed Jun 5, 2024
1 parent fa0cdf6 commit 7ac4e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/about-me/_Sections/Hobies/Hobbies.astro
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ import { Tooltip } from '@components';
grid-template-columns: repeat(1, 1fr);

.hobbie-card {
width: 95%;
width: 100%;
&:nth-child(3) {
flex-direction: column;

Expand Down

0 comments on commit 7ac4e7c

Please sign in to comment.