Skip to content

Commit

Permalink
tried to fix backimage mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
nkurelli committed Jan 14, 2024
1 parent 55ece0a commit a496b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const About = () => {
<FAQButton
key={3}
question="Q: What if I don't have a team yet?"
answer="No worries! We have a team matching channel on Discord :)"
answer="No worries! We will have a team matching channel on Discord :)"
/>
<FAQButton
key={1}
Expand All @@ -34,7 +34,7 @@ const About = () => {
<FAQButton
key={4}
question="Q: But what if I'm really, really beginner, like really?"
answer="We will have mentors and office hours available to help you out!"
answer="We will have office hours available to help you out!"
/>
<FAQButton
key={5}
Expand Down
4 changes: 2 additions & 2 deletions src/styles/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: flex;
flex-direction: row;
overflow-x: visible !important;
background-image: url("../../public/home/spacehome.jpeg");
/* background-image: url("../../public/home/spacehome.jpeg"); */
background-size: 100% 100%;
background-repeat: no-repeat;
flex-wrap: wrap;
Expand All @@ -13,7 +13,7 @@
}
.onee {
width: 100%;
height: 100vh;
height: 100%;
display: flex;
flex-direction: row;
overflow-x: visible !important;
Expand Down

0 comments on commit a496b42

Please sign in to comment.