Skip to content

Commit

Permalink
Merge pull request #95 from HackDavis/feat/judge-progress
Browse files Browse the repository at this point in the history
pain
  • Loading branch information
brandonw504 authored Apr 26, 2024
2 parents bc96e9b + 520e708 commit 48cebe7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions app/(pages)/judges/_components/JudgingHub/HubHero.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,26 @@
width: 100%;
z-index: 1;


.cow_container {
position: relative;
display: flex;
flex-direction: column-reverse;
width: 60%;
margin-right: -10%;
width: 50%;
margin-right: -5%;

.cow {
height: auto;
width: 100%;
}

.wig {
width: 100%;
height: auto;
width: 90%;
position: absolute;
top: 0;
left: 0;
margin-left: -6%;
margin-left: -5%;
}

}

.text_bubble_tail {
Expand Down
2 changes: 1 addition & 1 deletion app/(pages)/judges/_components/JudgingHub/HubHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import judgeWig from '/public/judges/hub/judge-wig.svg';
import bg_topleft from '/public/judges/hub/topleft.svg';
import bg_top from '/public/judges/hub/topright.svg';
import bg_bottom from '/public/judges/hub/bottom.svg';
import zIndex from '@mui/material/styles/zIndex';

export default function HubHero({
user,
Expand Down Expand Up @@ -58,6 +57,7 @@ export default function HubHero({
src={bg_topleft}
alt="top left blurb"
className={styles.top_left_blurb}
priority
/>
</div>
);
Expand Down

0 comments on commit 48cebe7

Please sign in to comment.