Skip to content

Commit

Permalink
feat(style): remove margin-left from youtube-stats section and width …
Browse files Browse the repository at this point in the history
…from p tag styling, address responsive issue
  • Loading branch information
montyaction committed Dec 9, 2023
1 parent 60d697d commit d469eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/UI/Services.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Services = ({ youtubeStats, youtubeVideos }) => {
arrows: true,
};
return (
<section id="youtube-stats" style={{marginLeft:"235px"}}>
<section id="youtube-stats">
<Container>
<Row>
<Col lg="3" md="12" sm="12">
Expand Down Expand Up @@ -79,7 +79,7 @@ const Services = ({ youtubeStats, youtubeVideos }) => {
<SectionSubtitle subtitle="Youtube" />
<h3 className="mb-0 mt-4">Popular</h3>
<h3 className="mb-2">Uploads from My Youtube Channel</h3>
<p style={{width:'400px',textAlign:'justify'}}>
<p style={{textAlign:'justify'}}>
I would really appreciate it if you could check it out and maybe
even hit the subscribe button if you enjoy the content.
</p>
Expand Down

0 comments on commit d469eb1

Please sign in to comment.