Skip to content

Commit

Permalink
overflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-phxm committed Feb 9, 2024
1 parent 3dbc2e2 commit eece961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion components/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

const SPONSORS_CONTAINER = 'bg-white flex flex-col items-center py-10 md:py-20';
const HEADING_CONTAINER = 'flex flex-row justify-center mb-10 ml-5';
const SPONSORS_LEVEL_CONTAINER = 'flex flex-row justify-center items-center my-5';
const SPONSORS_LEVEL_CONTAINER = 'flex flex-row justify-center items-center my-5 flex-wrap';
const CONTENT_CONTAINER = 'my-10 font-medium w-1/2 text-center';
const UNDERLINE_CONTAINER = 'mb-10';
const UNDERLINE_PROPERTIES = {
Expand Down
5 changes: 0 additions & 5 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
}

@media (max-width: 768px) {
body,
html {
overflow-x: hidden;
}

.text-stroke-outside {
-webkit-text-stroke: 2px white;
}
Expand Down

0 comments on commit eece961

Please sign in to comment.