Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jun 6, 2024
1 parent 6fb15b9 commit 87164bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ <h1 class="text-4xl m48:text-6xl lg:text-7xl font-black mb-8 capitalize" style="
</div>
</div>

<section class="p-8" style="background-color: #F2F2F3">
<div class="max-w-5xl mx-auto">
<section class="" style="background-color: #F2F2F3">
<div class="mx-auto" style="padding: 8px 14vw;">

<h1
class="pt-14 m28:text-2xl text-3xl m48:text-4xl m28:font-extrabold font-black lg:font-extrabold mb-4 capitalize w-1/2" id="possibilities">
Expand Down Expand Up @@ -570,7 +570,7 @@ <h1 class="text-4xl m48:text-6xl lg:text-7xl font-black mb-8 capitalize" style="

<section id="connect"
class="py-10 px-2 text-white text-center m48:flex flex-col justify-center items-center">
<div class="mb-8 text-xl flex flex-row justify-center gap-6 items-center">
<div class="text-xl flex flex-row justify-center gap-6 items-center">
<div>
<div style="border:2px solid #0E46A3; background-color:#15063C;" class="rounded-full">
<div style="padding: 28px;">
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ footer {
justify-content: space-between;
flex-wrap: wrap;
gap: 3vw;
padding: 72px 8vw;
padding: 45px 14vw;
color: white;

.h5 {
Expand Down

0 comments on commit 87164bc

Please sign in to comment.