Skip to content

Commit

Permalink
Merge pull request #30 from Jmspter/rafazg
Browse files Browse the repository at this point in the history
Alteração no estilo da home
  • Loading branch information
Rafazg authored Dec 15, 2024
2 parents 3e09d11 + fd32390 commit 03c37bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ trix-toolbar .trix-button--icon-number-list {
trix-button .trix-button--icon .trix-button--icon-increase-nesting-level{
display: none !important;
}

=======
.div-alert{
display: flex;

Expand Down
2 changes: 2 additions & 0 deletions app/assets/stylesheets/application.tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
@tailwind components;
@tailwind utilities;



/* Estilizando o fundo e o texto do editor */
trix-editor {
background-color: #1e1e1e;
Expand Down
6 changes: 3 additions & 3 deletions app/views/static_pages/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</div>
</section>
<section class="md:flex flex-row-reverse">
<div class="md:w-1/2 mx-5">
<h1 class="mb-4 text-4xl font-extrabold leading-none tracking-tight md:text-5xl lg:text-6xl">ENCONTRE-SE NA ÁREA DE TI</h1>
<div class="md:w-1/2 mx-5 flex flex-col justify-center items-center">
<h1 class="mb-4 text-3xl font-extrabold leading-none tracking-tight md:text-5xl lg:text-3xl">ENCONTRE-SE NA ÁREA DE TI</h1>
<p class="mb-6 text-lg font-normal text-gray-400 lg:text-xl">Faça o nosso teste vocacional, descubra sua area e dê um play em sua carreira.</p>

<%= link_to quiz_question_path do %>
Expand All @@ -28,5 +28,5 @@
</div>
<div>
<%= image_tag("image02.svg") %>
</div>
</div>
</section>

0 comments on commit 03c37bf

Please sign in to comment.