Skip to content

Commit

Permalink
flash fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
airled committed Apr 16, 2016
1 parent 17487a0 commit f417b73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ ul {
width: 500px;
right: 0px;
}
@media(max-width: 1023px){
.alert {
position: static;
width: 100%;
}
}
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</head>
<body>

<div class="navbar navbar-invert navbar-static-top">
<div class="navbar navbar-default navbar-static-top">
<!-- <div class="navbar navbar-default navbar-fixed-top"> -->
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
Expand Down

0 comments on commit f417b73

Please sign in to comment.