Skip to content

Commit

Permalink
Fix overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Aug 14, 2024
1 parent 18b8ed0 commit f546ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_variables": {
"lastUpdateCheck": 1722591956765
"lastUpdateCheck": 1723665786945
},
"devToolbar": {
"enabled": false
Expand Down
2 changes: 1 addition & 1 deletion src/components/FeaturesDiagonal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const FeaturesDiagonal = () => {
const [isModalOpen, setIsModalOpen] = useState(false);

return (
<section className="lg:mb-16 w-full flex flex-col justify-center items-center bg-bgDark1">
<section className="lg:mb-16 w-full flex flex-col justify-center items-center bg-bgDark1 overflow-hidden">
<div className="shape-divider-bottom-1665696614">
<svg
data-name="Layer 1"
Expand Down

0 comments on commit f546ae7

Please sign in to comment.