New Design #1

Merged
konrad merged 46 commits from develop into master 2018-11-20 11:54:34 +00:00
2 changed files with 2263 additions and 3 deletions
Showing only changes of commit 9a9423c104 - Show all commits

2259
themes/vikunja/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -29,11 +29,8 @@ h1, h2, h3, h4, h5, h6 {
-webkit-background-size: cover;
background-size: cover;
padding-bottom: 17vh !important;
padding-top: 20vh !important;
.container {
padding: 3em 0 1em;
.title, .subtitle {
font-weight: bold;
}
@ -103,6 +100,10 @@ h1, h2, h3, h4, h5, h6 {
display: block;
}
}
.content{
padding: 0 1em;
}
}
.footer {