Skip to content

Commit

Permalink
removing outer divs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwang7517 committed Dec 28, 2024
1 parent 07debd7 commit 17e57a7
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions app/views/root/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@
</div>
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 rounded-4 p-4 shadow-lg">
<%= image_tag "layout_graphic.png", alt: "screen_1", class: "img-fluid w-100 h-75"%>
</div>
</div>
</div>
</div>
Expand All @@ -126,9 +124,7 @@
</div>
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 rounded-4 p-4 shadow-lg">
<%= image_tag "layout_graphic_2.png", alt: "screen_2", class: "img-fluid w-100 h-75"%>
</div>
<%= image_tag "layout_graphic_2.png", alt: "screen_2", class: "img-fluid w-100 h-75"%>
</div>
<div class = "col-lg-6 col-md-12 col-12 mt-4 mt-lg-0 d-none d-md-block">
<div class = "pe-lg-6 ps-lg-6" >
Expand Down Expand Up @@ -193,9 +189,7 @@
</div>
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 rounded-4 p-4 shadow-lg">
<%= image_tag "invite_fosterers.png", alt: "screen_3", class: "img-fluid w-100 h-75"%>
</div>
<%= image_tag "invite_fosterers.png", alt: "screen_3", class: "img-fluid w-100 h-75 rounded shadow-sm p-2"%>
</div>
</div>
</div>
Expand All @@ -211,9 +205,7 @@
</div>
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 rounded-4 p-4 shadow-lg">
<%= image_tag "invite_staff.png", alt: "screen_3", class: "img-fluid w-100 h-75 rounded"%>
</div>
<%= image_tag "invite_staff.png", alt: "screen_3", class: "img-fluid w-100 h-75 rounded shadow-sm p-4"%>
</div>
<div class = "col-lg-6 col-md-12 col-12 mt-4 mt-lg-0 d-none d-md-block">
<div class = "pe-lg-6 ps-lg-6" >
Expand Down Expand Up @@ -277,9 +269,7 @@
</div>
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 rounded-4 p-4 shadow-lg">
<%= image_tag "adoption_applications.png", alt: "hero", class: "img-fluid w-100 h-75"%>
</div>
<%= image_tag "adoption_applications.png", alt: "hero", class: "img-fluid w-100 h-75 rounded shadow-sm p-4"%>
</div>
</div>
</div>
Expand Down

0 comments on commit 17e57a7

Please sign in to comment.