Adding a bottom padding in user login page
This commit is contained in:
parent
45cc0404ab
commit
103d160e21
4 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue