Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Resize cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred SIlva committed Oct 15, 2019
1 parent 1a5196c commit fcc67bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/csfs/_csf.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="col-sm-6">
<div class="col-sm-12">
<div class="card">
<div class="card-body">
<h3 class="card-header">
Expand Down
2 changes: 1 addition & 1 deletion app/views/missions/_mission.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="col-sm-6">
<div class="col-sm-12">
<div class="card">
<div class="card-body">
<h3 class="card-header">
Expand Down
2 changes: 1 addition & 1 deletion app/views/spheres/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h3 class="p-t-50 p-b-20">Âmbitos</h3>
<% if !@spheres.empty? %>
<% @spheres.each do |sphere| %>
<div class="col-sm-6">
<div class="col-sm-12">
<div class="card" id="card_sphere">
<div class="card-body">
<h5 class="card-header">Âmbito</h5>
Expand Down
2 changes: 1 addition & 1 deletion app/views/visions/_vision.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="col-sm-6">
<div class="col-sm-12">
<div class="card">
<div class="card-body">
<h3 class="card-header">
Expand Down

0 comments on commit fcc67bb

Please sign in to comment.