.wrapper {
    max-width: 98.2%;
}

body {
    padding: 0.9% 0;
}

header .title {
    padding-left: 49px;
}

#tasks, .task.new-task {
    width: 260px;
}

#task-logs {
    width: calc(100% - 260px);
    padding-left: 20px;
    padding-right: 20px;
}
.tabs {
    position: absolute;
    left: 332px;
    top: 2px;
    transform: rotate(0deg);
    z-index: 2;
}
.flying > .task-data {
    top: 48px;
}

button.tab {border-radius: 4px;}

.logo {
    left: 3px;
    z-index: 20;
    top: 4px;
}
