Skip to content

Commit

Permalink
Ajustement au responsive de la page Expertise
Browse files Browse the repository at this point in the history
  • Loading branch information
MareveD committed Jul 12, 2024
1 parent 5214229 commit 16b66b3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,13 @@ footer {
flex-direction: column;
align-items: flex-start;
}

.stacks {
display: flex;
flex-direction: column;
column-gap: 8%;
width: 100%;
}
}

@media screen and (max-width: 820px) {
Expand Down

0 comments on commit 16b66b3

Please sign in to comment.