1
0

Make task list, teams and settings pages max width of $desktop and centered

This commit is contained in:
kolaente
2020-07-03 19:37:20 +02:00
parent 6a2380ea30
commit 3c6c5ff845
10 changed files with 15 additions and 11 deletions

View File

@ -63,3 +63,9 @@ button.table {
.pagination {
padding-bottom: 1em;
}
.is-max-width-desktop {
width: 100%;
max-width: $desktop;
margin: 0 auto;
}