mirror of
https://github.com/moepman/bk-dss
synced 2024-11-14 06:55:27 +01:00
15 lines
162 B
CSS
15 lines
162 B
CSS
body {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.navbar {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.form-login {
|
|
max-width: 330px;
|
|
padding: 15px;
|
|
margin: 0 auto;
|
|
}
|