thank god I made those responsive helpers
This commit is contained in:
parent
8c62a84c8b
commit
86fe029f0c
2 changed files with 3 additions and 3 deletions
|
@ -15,11 +15,11 @@
|
||||||
|
|
||||||
<div class="blog-heading">
|
<div class="blog-heading">
|
||||||
<div class="titlewrap">
|
<div class="titlewrap">
|
||||||
<h1 class="title is-1 has-text-centered animated fadeIn">
|
<h1 class="title is-1-responsive has-text-centered animated fadeIn">
|
||||||
<%= item[:title] %>
|
<%= item[:title] %>
|
||||||
</h1>
|
</h1>
|
||||||
<% if item[:author] %>
|
<% if item[:author] %>
|
||||||
<h2 class="subtitle is-3 has-text-centered animated fadeInLeft">
|
<h2 class="subtitle is-3-responsive has-text-centered animated fadeInLeft">
|
||||||
door <%= item[:author] %>
|
door <%= item[:author] %>
|
||||||
</h2>
|
</h2>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column is-8 is-offset-2">
|
<div class="column is-8 is-offset-2">
|
||||||
<h1 class="title is-1 has-text-centered">Sponsored by</h1>
|
<h1 class="title is-1-responsive has-text-centered">Sponsored by</h1>
|
||||||
<div class="sponsors">
|
<div class="sponsors">
|
||||||
<% @item[:sponsors].each do |sp| %>
|
<% @item[:sponsors].each do |sp| %>
|
||||||
<a href="<%= sp[:url] %>" target="_blank">
|
<a href="<%= sp[:url] %>" target="_blank">
|
||||||
|
|
Loading…
Reference in a new issue