Reduce vertical padding on login screen

This commit is contained in:
Hillel Coren 2017-03-19 20:26:33 +02:00
parent 1a70fdaeef
commit 5742db8505
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -24,7 +24,7 @@ hr.green {
background: linear-gradient(to bottom, #3c3b3b 0%, #2f2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ background: linear-gradient(to bottom, #3c3b3b 0%, #2f2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3b3b', endColorstr='#2f2c2c', GradientType=0); /* IE6-9 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3b3b', endColorstr='#2f2c2c', GradientType=0); /* IE6-9 */
padding: 30px 55px; padding: 30px 55px;
margin-bottom: 95px; margin-bottom: 60px;
} }
.row.header .text-right { .row.header .text-right {
@ -146,7 +146,7 @@ hr.green {
/****** SIGN UP ********************************************************************/ /****** SIGN UP ********************************************************************/
.row.sign-up { .row.sign-up {
margin-top: 80px; margin-top: 70px;
text-align: center; text-align: center;
} }