Skip to content

Commit

Permalink
Small visual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonuneslx committed Dec 31, 2024
1 parent 04e500d commit 035a37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/slider/slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default class Slider extends Component {
}}
>
<div className="py-5" style={{paddingLeft: '32px', paddingRight: '32px'}}>
<h3 style={{paddingTop: '4px', marginBottom: '48px', fontWeight: "bold", textAlign: 'center'}}>Technologies I&apos;ve worked with</h3>
<h3 style={{paddingTop: '16px', marginBottom: '56px', fontWeight: "bold", textAlign: 'center'}}>Technologies I&apos;ve worked with</h3>
<section className="customer-logos slider mt-4" style={{display: 'flex', flexDirection: 'row', gap: '40px', justifyContent: 'center', flexWrap: 'wrap'}}>
{Object.keys(technologies).map((key) => (
<div className="slide" key={key} style={{display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center'}}>
Expand Down

0 comments on commit 035a37a

Please sign in to comment.