Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vishrutJha committed Mar 13, 2024
1 parent c410359 commit bd7530d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ h2 {

#countdown div span {font-size: 34px; line-height: 34px;}

.sub-title { font-size: 20px; line-height: 20px; margin-top: 70vh; }
.sub-title { font-size: 20px; line-height: 20px; margin-top: 80vh; }
/* TITLE & CONTACT */
.title { top: 15%;}
.contact { bottom: 8%; }
Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ <h2>
<div class="sphere">
<img alt="sphere" src="images/sphere_small.svg">
</div>
<a class="button" href="mailto:[email protected][email protected]&subject=%5B%20Interest%20%5D%20Codeshwar%20&body=Hi%2C%0A%0AI%20am%20interested%20in%20getting%20started%20with%20codeshwar!%0APlease%20give%20me%20access%20so%20I%20can%20start%20building%20everything%20I%20need%20using%20an%20AI">Request Access</a>
</li>

<li class="layer" data-depth="0.30">
Expand Down Expand Up @@ -151,6 +150,12 @@ <h3 id="countdown">
</div>
</li>
<!-- Contact -->

<li class="layer" data-depth="0.00">
<div class="contact">
<a class="button" href="mailto:[email protected][email protected]&subject=%5B%20Interest%20%5D%20Codeshwar%20&body=Hi%2C%0A%0AI%20am%20interested%20in%20getting%20started%20with%20codeshwar!%0APlease%20give%20me%20access%20so%20I%20can%20start%20building%20everything%20I%20need%20using%20an%20AI">Request Access</a>
</div>
</li>
</ul>
</div>

Expand Down

0 comments on commit bd7530d

Please sign in to comment.