Skip to content

Commit

Permalink
hero and footer section fixed for all screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcodingzest committed Aug 28, 2020
1 parent 2a155b3 commit d574c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@
<div
class="heading md:flex md:max-w-5xl md:justify-between md:items-center md:mx-auto"
>
<h1 class="text-center md:text-left text-lg font-bold lg:text-3xl max-w-3xl">
<h1 class="text-center md:text-left text-lg font-bold lg:text-2xl max-w-4xl">
Join TradeByte to keep up with the latest news about stocks and
trading.
</h1>

<div class="flex justify-center items-center md:ml-6">
<div class="bg-white rounded-lg mt-4">
<div class="bg-white rounded-lg mt-4 md:mt-0">
<a href="/user/signup"
class="w-full p-2 lg:p-4 text-sm bg-red-700 rounded-lg font-semibold uppercase px-6 lg:px-10"
class="w-full p-3 text-sm bg-red-700 rounded-lg font-semibold uppercase px-6 lg:px-10"
>
SignUp
</a>
Expand Down

0 comments on commit d574c71

Please sign in to comment.