Skip to content

Commit

Permalink
Right-align prices
Browse files Browse the repository at this point in the history
  • Loading branch information
rickselby committed Aug 1, 2023
1 parent 43a1de2 commit bc4607c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions views/camps/2023-aut.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="col camp-background-image" style="background-image: url(/img/camps/tropic.jpg);"></div>
<div class="col-8">
<h3>Zafiro Tropic 4* Hotel - Alcudia</h3>
<table class="table">
<table class="table text-end">
<thead>
<tr>
<th></th>
Expand Down Expand Up @@ -60,7 +60,7 @@
<div class="col camp-background-image" style="background-image: url(/img/camps/palace.jpg);"></div>
<div class="col-8">
<h3>Zafiro Palace 5* Hotel - Alcudia</h3>
<table class="table">
<table class="table text-end">
<thead>
<tr>
<th></th>
Expand Down
4 changes: 2 additions & 2 deletions views/camps/2024-312.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="col camp-background-image" style="background-image: url(/img/camps/tropic.jpg);"></div>
<div class="col-8">
<h3>Zafiro Tropic 4* Hotel - Alcudia</h3>
<table class="table align-middle">
<table class="table text-end align-middle">
<thead>
<tr>
<th colspan="2"></th>
Expand Down Expand Up @@ -123,7 +123,7 @@
<div class="col camp-background-image" style="background-image: url(/img/camps/palace.jpg);"></div>
<div class="col-8">
<h3>Zafiro Palace 5* Hotel - Alcudia</h3>
<table class="table align-middle">
<table class="table text-end align-middle">
<thead>
<tr>
<th colspan="2"></th>
Expand Down
4 changes: 2 additions & 2 deletions views/camps/2024-aut.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="col camp-background-image" style="background-image: url(/img/camps/tropic.jpg);"></div>
<div class="col-8">
<h3>Zafiro Tropic 4* Hotel - Alcudia</h3>
<table class="table">
<table class="table text-end">
<thead>
<tr>
<th></th>
Expand Down Expand Up @@ -60,7 +60,7 @@
<div class="col camp-background-image" style="background-image: url(/img/camps/palace.jpg);"></div>
<div class="col-8">
<h3>Zafiro Palace 5* Hotel - Alcudia</h3>
<table class="table">
<table class="table text-end">
<thead>
<tr>
<th></th>
Expand Down
4 changes: 2 additions & 2 deletions views/camps/2024-spr.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="col camp-background-image" style="background-image: url(/img/camps/tropic.jpg);"></div>
<div class="col-8">
<h3>Zafiro Tropic 4* Hotel - Alcudia</h3>
<table class="table">
<table class="table text-end">
<thead>
<tr>
<th></th>
Expand Down Expand Up @@ -70,7 +70,7 @@
<div class="col camp-background-image" style="background-image: url(/img/camps/palace.jpg);"></div>
<div class="col-8">
<h3>Zafiro Palace 5* Hotel - Alcudia</h3>
<table class="table">
<table class="table text-end">
<thead>
<tr>
<th></th>
Expand Down

0 comments on commit bc4607c

Please sign in to comment.