Skip to content

Commit

Permalink
fix: minor changes for cross browser compatibility (#4321)
Browse files Browse the repository at this point in the history
  • Loading branch information
devadula-nandan authored Feb 16, 2024
1 parent 8053304 commit c912366
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ $block-class: #{c4p-settings.$pkg-prefix}--full-page-error;
.#{$block-class}__error-svg-container {
display: flex;
height: 100%;
margin: $spacing-03 $spacing-03 $spacing-11 $spacing-03;
padding: $spacing-03 $spacing-03 $spacing-11 $spacing-03;
@include breakpoint(md) {
margin: auto $spacing-03 $spacing-11 $spacing-03;
padding: auto $spacing-03 $spacing-11 $spacing-03;
}
}

Expand Down

0 comments on commit c912366

Please sign in to comment.