Make task list, teams and settings pages max width of $desktop and centered
This commit is contained in:
@ -63,3 +63,9 @@ button.table {
|
||||
.pagination {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.is-max-width-desktop {
|
||||
width: 100%;
|
||||
max-width: $desktop;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user