Skip to content

Commit

Permalink
fix: polygon bg index
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcase committed Aug 21, 2023
1 parent d0197ab commit 1ede8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ui/summit-2023/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ html,
top: -231px;
border-radius: 100px;
transform: rotate(21.27deg);
opacity: 0.60;
z-index: -1;

@media (max-width: 420px) {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion ui/summit-2023/src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Hero: React.FC = () => {

const containerStyles = isMobile
? { padding: '100px 40px', display: 'flex', height: '80vh', alignItems: 'center' }
: { padding: '10px 20px', width: '85%', margin: '0 auto', display: 'flex', height: '80vh', alignItems: 'center' };
: { padding: '10px 20px', width: '90%', margin: '0 auto', display: 'flex', height: '80vh', alignItems: 'center' };

const handleOpenModal = () => {
setModalOpen(true);
Expand Down

0 comments on commit 1ede8ac

Please sign in to comment.