Skip to content

Commit

Permalink
remove media query from profile section
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Jan 19, 2024
1 parent 53338e5 commit 0a19540
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/components/profile/ProfileSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,11 @@ import Paragraph from "./Paragraph.astro";
.list-wrapper {
display: grid;
justify-items: center;
padding: 0 min(12vw, 128px);
}

@media (width <= 768px) {
.list-wrapper {
padding: 0;
}
}

.list {
display: flex;
flex-direction: column;
display: grid;
gap: 16px;
max-width: 700px;
}
</style>

1 comment on commit 0a19540

@vercel
Copy link

@vercel vercel bot commented on 0a19540 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.