Skip to content

Commit

Permalink
- center text button (#373)
Browse files Browse the repository at this point in the history
- fix
  • Loading branch information
EwelinaSkrzypacz authored Oct 11, 2024
1 parent e947b7d commit b055f16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lang/en/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"badge" => "Design that fits the specifics of the industry",
],
"section_5" => [
"title_1" => "What they say about us",
"title_1" => "Customer reviews",
"subtitle_1" => "Our clients' opinions are very important, they attest to the quality of our services and inspire us to constantly improve.",
],
"section_6" => [
Expand Down
2 changes: 1 addition & 1 deletion lang/pl/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"badge" => "Design wpasowujący się w specyfikę branży",
],
"section_5" => [
"title_1" => "Co o nas mówią",
"title_1" => "Opinie klientów",
"subtitle_1" => "Opinie naszych klientów są bardzo ważne, świadczą o jakości naszych usług i inspirują nas do nieustannego doskonalenia.",
],
"section_6" => [
Expand Down
6 changes: 3 additions & 3 deletions resources/views/components/small-primary-button.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a type="button"
class="block shadow-sm text-base h-12 3xl:text-lg text-center transform transition hover:scale-110 rounded-lg bg-website-normal px-6 3xl:px-5 py-3 font-normal leading-7.5 text-white"
@isset($href) href="{{ $href }}" @endisset>
<a type="button"
class="block shadow-sm text-base h-12 3xl:text-lg text-center transform transition hover:scale-110 rounded-lg bg-website-normal px-6 3xl:px-5 py-3 font-normal leading-7.5 text-white flex items-center justify-center"
@isset($href) href="{{ $href }}" @endisset>
{{$slot}}
</a>

0 comments on commit b055f16

Please sign in to comment.