Skip to content

Commit

Permalink
Améliore le design responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 19, 2023
1 parent dfca1a3 commit 5f56f38
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions front/src/components/articles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ hr.horizontalSeparator {
display: flex;
flex-direction: row;
flex-wrap: wrap;

column-gap: 2em;
row-gap: 0.15em;

padding: 1rem;
position: relative;
Expand All @@ -194,7 +197,7 @@ hr.horizontalSeparator {
}

.inlineField {
width: 100%;
flex: 1;
}

.title {
Expand All @@ -208,7 +211,7 @@ hr.horizontalSeparator {
}

.actionButtons {
flex: 195px 1;
flex-shrink: 1;
text-align: right;
}

Expand Down

0 comments on commit 5f56f38

Please sign in to comment.