Skip to content

Commit

Permalink
fix hire team indents on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 12, 2024
1 parent 4fe0ae0 commit de24179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/homepage/hire_team.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div id="hire_team">
<h1 class="main-title">{!! $page_title !!}</h1>

<div class="offset-2">
<div class="offset offset-md-2">
<p class="mt-5 text-bigger">
Your project is a success, but your technical debt is slowing you down?
<br>
Expand Down Expand Up @@ -43,7 +43,7 @@
<img src="/assets/images/intro-analysis.jpg" class="rounded-4" style="max-width: 100%">
</div>

<div class="col-12 col-sm-5 float-end ps-4">
<div class="col-12 col-sm-5 float-end ps-0 mb-5 mb-md-2 ps-md-4">
<div class="card shadow ms-3">
<div class="card-header">
<h3 class="card-title m-2 text-center">In short</h3>
Expand Down Expand Up @@ -156,7 +156,7 @@
style="max-width: 100%">
</div>

<div class="col-12 col-sm-5 float-end ps-4">
<div class="col-12 col-sm-5 float-end ps-0 mb-5 mb-md-2 ps-md-4">
<div class="card shadow ms-3">
<div class="card-header">
<h3 class="card-title m-2 text-center">In short</h3>
Expand Down

0 comments on commit de24179

Please sign in to comment.