Skip to content

Commit

Permalink
extra padding on capability card
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Oct 15, 2023
1 parent 826b0e5 commit 5688989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/capabilities.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<x-title title1="My" title2="Capabilities"/>
</div>

<div class="flex flex-wrap justify-center">
<div class="flex flex-wrap justify-center mt-5">

<div class="w-3/4 my-10 bg-gray-50 leading-loose shadow-xl rounded-3xl md:flex">
<div class="w-3/4 my-10 py-8 bg-gray-50 leading-loose shadow-xl rounded-3xl md:flex">
<div class="w-full rounded-r-3xl h-fit">
<div class="px-4 md:px-10 py-3 text-lg font-medium text-amber-400">
Bachelor of Computer Science
Expand All @@ -32,7 +32,7 @@
</div>
</div>

<div class="w-3/4 my-10 bg-gray-50 leading-loose shadow-xl rounded-3xl md:flex">
<div class="w-3/4 my-5 py-8 bg-gray-50 leading-loose shadow-xl rounded-3xl md:flex">
<div class="w-full rounded-r-3xl h-fit">
<div class="px-4 md:px-10 py-3 text-lg font-medium text-blue-800">
Current Experience
Expand All @@ -51,7 +51,7 @@
</div>
</div>

<div class="w-3/4 my-10 bg-gray-50 leading-loose shadow-xl rounded-3xl md:flex">
<div class="w-3/4 my-5 py-8 bg-gray-50 leading-loose shadow-xl rounded-3xl md:flex">
<div class="w-full md:w-1/2 rounded-r-3xl h-fit">
<div class="px-4 md:px-10 py-5 text-lg font-medium text-blue-800">
Future Areas of Development
Expand Down

0 comments on commit 5688989

Please sign in to comment.