Skip to content

Commit

Permalink
Merge pull request #140 from lukmarcus/companies-margin
Browse files Browse the repository at this point in the history
Bootstrap and CSS changes for companies section
  • Loading branch information
noisy committed Apr 19, 2024
2 parents f4a3fd8 + 8030a10 commit 83472ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/components/Companies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<h3 class="section-title font-weight-bold text-center mb-5">
Great Companies I've Worked with
</h3>
<div class="logos row mb-5">
<div class="row justify-content-center align-items-center text-center">
<div
v-for="company of companies"
:key="company.name"
class="logo px-3 col-6 col-md-4 col-lg-2 me-0 px-md-5 px-lg-4"
class="px-3 col-6 col-md-4 col-lg-2 px-md-5 px-lg-4"
>
<a class="logo-link" :href="company.url" target="_blank">
<img
Expand Down
5 changes: 0 additions & 5 deletions src/styles/theme/_fixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ img.white {
filter: brightness(0) invert(1);
}

.logos .logo {
margin: auto;
text-align: center;
}

.companies .px-3 {
padding: 1rem !important;
padding-left: 2rem !important;
Expand Down

0 comments on commit 83472ce

Please sign in to comment.