Skip to content

Commit 1099bef

Browse files
committed
Ricky gif 50% larger on mobile, 60px higher up
1 parent d3219e2 commit 1099bef

3 files changed

Lines changed: 3 additions & 52 deletions

File tree

app/assets/stylesheets/home/layout.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ body {
158158

159159
.ricky__sticker {
160160
width: 500px;
161-
padding: 0 20px 20px;
161+
padding: 0 0px 0px;
162162
box-sizing: border-box;
163-
margin-top: 20px;
163+
margin-top: -40px;
164164
margin-bottom: 10px;
165165

166166
@media (max-width: 480px) {
167-
width: 200px;
167+
width: 300px;
168168
}
169169
}
170170

app/views/pages/index.html.erb

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -5,53 +5,6 @@
55
<% register_link = "https://apply.brickhack.io".freeze %>
66
<% volunteer_link = "https://forms.gle/4id7fkjxpAooh59B7".freeze %>
77

8-
<% bh6_over = false.freeze %>
9-
10-
<%if (bh6_over)%>
11-
12-
<%= render "layouts/nav_ty" %>
13-
14-
<div class="section about" id="about">
15-
<div class="about__wrapper">
16-
<div class="about__left">
17-
<div class="about__left-background"></div>
18-
<%= image_tag 'bh-logos/brickhack-6.svg', alt: 'BrickHack VI', class: 'about__logo' %>
19-
<div class="goodbye__text__mobile"
20-
<center><h2>Thanks for a great BrickHack! <br> See you next year!</h2></center>
21-
<p style = "margin-bottom: 10px">Join our mailing list!</p>
22-
<%= btn_link_to "Subscribe", "http://eepurl.com/glscFj" %>
23-
</div>
24-
</div>
25-
<div class="about__right goodbye__text__nonmobile">
26-
<div class="about__right-background"></div>
27-
<center><h2>Thanks for a great BrickHack! <br> See you next year!</h2></center>
28-
<p style = "margin-bottom: 10px">Join our mailing list!</p>
29-
<%= btn_link_to "Subscribe", "http://eepurl.com/glscFj" %>
30-
</div>
31-
</div>
32-
</div>
33-
</br>
34-
</br>
35-
</br>
36-
</br>
37-
</br>
38-
</br>
39-
</br>
40-
</br>
41-
</br>
42-
</br>
43-
44-
<!-- Start of HubSpot Embed Code -->
45-
<script defer="defer" id="hs-script-loader" src="//js.hs-scripts.com/2104052.js" type="text/javascript"></script>
46-
<!-- End of HubSpot Embed Code -->
47-
48-
49-
50-
51-
52-
53-
<% else %>
54-
558
<%= render "layouts/nav" %>
569

5710
<div class="section about" id="about">
@@ -284,8 +237,6 @@
284237

285238
<div class="section footer-break"></div>
286239

287-
<% end %>
288-
289240
<div class="section footer">
290241
<div class="footer__rit">
291242
<%= link_to 'https://rit.edu' do %>

vendor/cache/rack-2.0.7.gem

-249 KB
Binary file not shown.

0 commit comments

Comments
 (0)