Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Improved mobile readability
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBaldsiefen committed Oct 1, 2020
1 parent 02c2aef commit c9ef738
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/views/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ export default Vue.extend({
.solution-enabler-section {
padding: 60px 50px 100px 50px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
Expand All @@ -333,7 +334,7 @@ export default Vue.extend({
}
div {
flex: 1 0 300px;
flex: 1 0 1px;
text-align: left;
margin: 25px;
}
Expand Down Expand Up @@ -388,7 +389,8 @@ export default Vue.extend({
.link-section {
display: flex;
justify-content: center;
padding: 20px 20px;
padding-top: 15px;
padding-bottom: 15px;
background: #d3d3d3;
span {
Expand All @@ -397,28 +399,29 @@ export default Vue.extend({
}
.pressreference {
margin:20px;
margin:1vw;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
vertical-align: middle;
horiz-align: center;
height: 100px;
width: 200px;
width: 20vw;
max-width: 200px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 5px;
object-fit: contain;
background-color: #ffffff
}
.supporter-logo {
margin:5px;
padding: 5px;
margin:1%;
vertical-align: middle;
horiz-align: center;
height: 80px;
width: 200px;
width: 20%;
max-width: 200px;
border-radius: 5px;
object-fit: contain;
}
Expand Down

0 comments on commit c9ef738

Please sign in to comment.