Fixed design on mobile

This commit is contained in:
konrad 2018-11-17 00:58:35 +01:00
parent 851cd3dcdf
commit 9a9423c104
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2263 additions and 3 deletions

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