Adding a bottom padding in user login page

This commit is contained in:
Manuel Cillero 2017-09-26 09:21:40 +02:00
parent 45cc0404ab
commit 103d160e21
4 changed files with 3 additions and 2 deletions

View file

@ -65,6 +65,7 @@ body.not-logged-in[class*="page-user"] {
-o-background-size: cover;
background-size: cover;
min-height: 100%;
padding-bottom: 80px;
}
body.not-logged-in[class*="page-user"] #main {
margin: 20px auto 0;