Skip to content

Commit

Permalink
Remove margin for welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 30, 2023
1 parent 94cf921 commit 7e91ce7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/views/partials/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="row bg-light m-0 p-md-4 p-3 border-top rounded-bottom g-md-5">

<div class="col-md-6 my-2">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center ms-1">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center">
<x-orchid-icon path="bs.book"/>

<span class="ms-3 text-dark">Explore the Documentation</span>
Expand All @@ -36,7 +36,7 @@
</div>

<div class="col-md-6 my-2">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center ms-1">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center">
<x-orchid-icon path="bs.rocket"/>

<span class="ms-3 text-dark">Quick Start Guide</span>
Expand All @@ -48,7 +48,7 @@
</div>

<div class="col-md-6 my-2">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center ms-1">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center">
<x-orchid-icon path="bs.collection"/>

<span class="ms-3 text-dark">The Screens</span>
Expand All @@ -61,7 +61,7 @@
</div>

<div class="col-md-6 my-2">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center ms-1">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center">
<x-orchid-icon path="bs.window-sidebar"/>

<span class="ms-3 text-dark">Layouts</span>
Expand All @@ -74,7 +74,7 @@
</div>

<div class="col-md-6 my-2">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center ms-1">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center">
<x-orchid-icon path="bs.star"/>

<span class="ms-3 text-dark">And one more thing</span>
Expand All @@ -88,7 +88,7 @@
</div>

<div class="col-md-6 my-2">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center ms-1">
<h3 class="text-muted fw-light lh-lg d-flex align-items-center">
<x-orchid-icon path="bs.life-preserver"/>

<span class="ms-3 text-dark">Connect with the Community</span>
Expand Down

0 comments on commit 7e91ce7

Please sign in to comment.