Skip to content

Commit

Permalink
Merge pull request #32 from iotaledger/dev
Browse files Browse the repository at this point in the history
merge dev
  • Loading branch information
eike-hass authored Aug 23, 2021
2 parents 0070aac + 328ecca commit f3a63da
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions web/bank/src/styles/pages/demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,16 @@
img {
width: 410px;
}

@media (max-width: 430px) {
width: auto;
padding: 15px;
margin: 0 10px 20px 10px;

img {
width: 100%;
}
}
}

.demo-card-content {
Expand All @@ -314,6 +324,14 @@
flex-direction: column;
justify-content: space-between;

@include breakPoint(medium) {
margin-bottom: 10px;
}

@media (max-width: 430px) {
margin: 10px 5px 10px 5px;
}

h3 {
margin: 0;
font-weight: bold;
Expand Down

0 comments on commit f3a63da

Please sign in to comment.