Skip to content

Commit

Permalink
updated responsive for centralised and decentralised sections
Browse files Browse the repository at this point in the history
  • Loading branch information
klk1236 committed Oct 7, 2021
1 parent cce6905 commit 8c2c63a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 14 deletions.
35 changes: 27 additions & 8 deletions src/assets/scss/style.css

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

8 changes: 2 additions & 6 deletions src/assets/scss/style.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/assets/scss/views/_ecosystem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -417,13 +417,17 @@
}
.acquire_xprt {
.logos {
flex-wrap: wrap;
display: flex;
align-items: center;
justify-content: space-evenly;
width: 100%;
a {
display: flex;
align-items: center;
margin: 15px;
width: auto;
text-align: center;
}
}
}
Expand Down

0 comments on commit 8c2c63a

Please sign in to comment.