Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
#5 <@callegas, @souzabruna> - [DOING] Deixar responsivo, arrumar margens
Browse files Browse the repository at this point in the history
  • Loading branch information
souzabruna committed Oct 19, 2016
1 parent cff0e67 commit 72f05a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/utilities/u-margin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
margin: 30px;
}

.u-margin-0{
margin: 0px;
.u-margin-10{
margin: 10px;
}
2 changes: 1 addition & 1 deletion app/views/user_blood_donators/registrations/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
<% end %>
<div class="Grid Grid--withGutter">
<div class="Container u-margin-0">
<div class="Container u-margin-10">
<div class="Container-header">
<div class="Grid">
<div class="Grid-cell u-sizeFull">
Expand Down

0 comments on commit 72f05a3

Please sign in to comment.