Skip to content

Commit

Permalink
[CodeFactor] Apply fixes to commit c17fd24 (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: codefactor-io <support@codefactor.io>
Co-authored-by: Guilherme Branco Stracini <guilherme@guilhermebranco.com.br>
  • Loading branch information
3 people authored Jun 29, 2023
1 parent 8d3d148 commit 5e49b1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/php/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ p {
*/

.button {
padding: 10px 30px 10px;
padding: 10px 30px;
text-decoration: none;
color: #fff;
background: #016aba;
Expand Down Expand Up @@ -285,7 +285,7 @@ p {
}

.bank .image.large {
margin: 30px 25px 50px 25px;
margin: 30px 25px 50px;
flex-basis: 100%;
}

Expand Down Expand Up @@ -359,7 +359,7 @@ p {
}

.bank.detailed .image.large {
margin: 30px 25px 50px 25px;
margin: 30px 25px 50px;
flex-basis: 100%;
}

Expand All @@ -386,7 +386,7 @@ p {

.bank.detailed .map {
flex-basis: 100%;
margin: 50px 25px 25px 25px;
margin: 50px 25px 25px;
}

.bank.detailed .map img {
Expand All @@ -396,7 +396,7 @@ p {

@media only screen and (max-width: 919px) {
.bank.detailed .image, .bank.detailed .image.large {
margin: 30px 25px 25px 25px;
margin: 30px 25px 25px;
flex-basis: 100%;
cursor: default;
}
Expand Down

0 comments on commit 5e49b1e

Please sign in to comment.