Skip to content

Commit

Permalink
added responsive behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Weiss committed Sep 22, 2020
1 parent 90af7fd commit 680ac4e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ main {
.use-case {
display: flex;
align-items: flex-start;
margin-bottom: 10px;
}

.use-case-description {
Expand Down Expand Up @@ -598,6 +599,10 @@ main {
#homepage-intro {
width: 65%;
}
.use-case-img {
width: 220px !important;
height: 125px !important;
}
}

@media all and (max-width: 890px){
Expand Down Expand Up @@ -647,4 +652,25 @@ main {
.accordion-wrapper.software {
width: 100%;
}
}

@media all and (max-width: 600px){
.software-logo {
float: none;
margin: 5px 0 5px -15px;
}
.panel-item-description {
margin-left: 0;
}
.use-case {
flex-direction: column;
margin-bottom: 25px;
}
.use-case-img {
width: 282px !important;
height: 202px !important;
}
.use-case-description {
margin: 0;
}
}
Binary file modified assets/img/mqtt-publish-subscribe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 680ac4e

Please sign in to comment.