Skip to content

Commit

Permalink
Merge pull request #77 from DanielPantle/main
Browse files Browse the repository at this point in the history
Improve design for mobile devices
  • Loading branch information
BaldissaraMatheus authored Feb 10, 2024
2 parents a7c9143 + 48f146b commit 43fee7f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions frontend/public/stylesheets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ strong {
display: flex;
gap: 40px;
overflow-x: auto;
scroll-snap-type: x mandatory;
}

.lanes--has-title {
Expand Down Expand Up @@ -126,7 +127,8 @@ button.small {
background: var(--app-header-background-color);
border-bottom: 1px solid var(--app-header-border-color);
box-sizing: border-box;
max-height: 57px;
max-width: 100%;
flex-wrap: wrap;
}

.search-input {
Expand Down Expand Up @@ -154,6 +156,7 @@ button.small {
.lane {
display: flex;
flex-direction: column;
scroll-snap-align: center;
}

.dragged-over {
Expand Down Expand Up @@ -309,8 +312,8 @@ button.small {
display: flex;
flex-direction: column;
position: relative;
width: 100%;
height: 100%;
width: 90%;
height: 90%;
max-width: 960px;
max-height: 819px;
background: var(--modal-background-color);
Expand Down

0 comments on commit 43fee7f

Please sign in to comment.