Brush up styles in the login form

This commit is contained in:
Jan Tuomi
2017-01-26 14:05:02 +02:00
parent 6941f2d7fe
commit 59f3040143
3 changed files with 51 additions and 11 deletions
+13
View File
@@ -0,0 +1,13 @@
#content-body {
width: 50vw;
max-width: 800px;
margin: 40px auto;
}
#login-button {
float: right;
}
#site-title {
margin-bottom: 20px;
}