Skip to content

Commit

Permalink
Merge pull request #67 from Adarshkumar03/dev
Browse files Browse the repository at this point in the history
task 9 complete
  • Loading branch information
virajchandra51 authored Sep 30, 2023
2 parents 3270a17 + 69feaea commit 413341f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/introAudio/IntroAudio.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
border: none;
outline: none;
cursor: pointer;

}
button.codeutsava__introAudio-intro-audio-btn1{
background-color: rgb(244, 117, 21);
Expand All @@ -32,4 +31,9 @@
opacity: 70%;
}


@media (max-width: 800px){
.codeutsava__introAudio-intro-audio-btn1{
display: none;
}
}

0 comments on commit 413341f

Please sign in to comment.