Skip to content

Commit

Permalink
Fix demo mobile styling
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb committed Nov 7, 2023
1 parent a835917 commit 7208aea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions demo/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ h2 {
display: inline-block;
}
.upload-demo-wrap {
width: 300px;
height: 300px;
margin: 0 auto;
}

Expand Down Expand Up @@ -293,7 +291,7 @@ h2 {
[class*='col-'] {
width: auto;
float: none;
margin: 10px 0;
margin: 10px 0 0;
padding-left: 0;
padding-right: 10px; /* column-space */
}
Expand All @@ -303,6 +301,6 @@ h2 {
}

.croppie-container {
padding: 30px 0;
padding: 10px 0;
}
}

0 comments on commit 7208aea

Please sign in to comment.