Skip to content

Commit

Permalink
feat(dashboard): improve visibility of rules link (#112)
Browse files Browse the repository at this point in the history
* feat(dashboard): improve visibility of rules link

* chore: reduce whitespace on dashboard/closed

---------

Co-authored-by: Fenrikur <[email protected]>
  • Loading branch information
SharkyTheWhite and Fenrikur authored Feb 15, 2025
1 parent 25e5c25 commit d6c465d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/closed.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Closed
@endsection
@section('content')
<div class="px-4 py-5 my-5 text-center">
<div class="px-4 py-3 my-3 text-center">
<h1 class="display-5 fw-bold">Thank you!</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">
Expand Down
4 changes: 2 additions & 2 deletions resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Dashboard
@endsection
@section('content')
<div class="px-4 py-5 my-5 text-center">
<div class="px-4 py-3 my-3 text-center">
<h1 class="display-5 fw-bold">Register</h1>
<div class="col-lg-6 mx-auto">
@if (Carbon\Carbon::parse(config('convention.reg_end_date'))->isFuture())
Expand Down Expand Up @@ -40,7 +40,7 @@
</p>
@endif
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a target="_blank" href="{{ config('convention.dealers_tos_url') }}" class="text-secondary small">Rules and
<a target="_blank" href="{{ config('convention.dealers_tos_url') }}" class="btn btn-outline-primary btn-lg">Rules and
Information</a>
</div>
</div>
Expand Down

0 comments on commit d6c465d

Please sign in to comment.