mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Don't pad pagination footers
This commit is contained in:
parent
74aa235b0e
commit
05b991ca35
@ -32,12 +32,12 @@
|
||||
<%= render 'layouts/navbar' %>
|
||||
<% if user_signed_in? %>
|
||||
<style>
|
||||
.container-fluid, footer {
|
||||
.container-fluid {
|
||||
padding-left: 310px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 992px) {
|
||||
.container-fluid, footer {
|
||||
.container-fluid {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user