Commit 02a9b3e8 by nnnghia98

fix css

parent b907320e
...@@ -87,3 +87,9 @@ footer { ...@@ -87,3 +87,9 @@ footer {
margin-top: 45px; margin-top: 45px;
@include box_sizing; @include box_sizing;
} }
/* form */
.flash-message {
padding-top: 15px;
}
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<%= render "layouts/rails_default" %> <%= render "layouts/rails_default" %>
</head> </head>
<body> <body>
<div class="container-fluid"> <div class="container-fluid flash-message">
<p class="notice"><%= notice %></p> <p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p> <p class="alert"><%= alert %></p>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment