1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

set larger padding for login form

This commit is contained in:
Andrew Dolgov
2019-02-19 19:59:25 +03:00
parent 430e9e373a
commit 2e24ac5dc9
7 changed files with 16 additions and 3 deletions

View File

@@ -279,6 +279,10 @@ body.ttrss_utility.ttrss_login {
max-width : 600px;
margin-left : auto;
margin-right : auto;
.content {
padding : 40px;
}
}
}