1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 12:20:05 +02:00

make jumbotron nicer

This commit is contained in:
s2
2019-06-21 09:31:36 +02:00
parent 171b79e355
commit 31c19d5534
3 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,11 @@ html {
margin-bottom: 10px;
}
.jumbotron {
height: 640px;
margin-bottom: 0px;
}
.js-container {
margin: 5px;
}