Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix hire team indents on mobile #2735

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading