Skip to content

Commit

Permalink
Add important
Browse files Browse the repository at this point in the history
  • Loading branch information
松田啓 authored and 松田啓 committed Jul 10, 2024
1 parent a83cd63 commit 1af7b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/blocks/_pro/fixed-display/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
left: 0;
right: 0;
place-self: center;
width: 100%;
max-width: 100%;
width: 100%;
max-width: 100% !important;
}
&-right {
top: 50%;
Expand All @@ -58,7 +58,7 @@
bottom: 0;
place-self: center;
width: 100%;
max-width: 100%;
max-width: 100% !important;
}
&-left {
top: 50%;
Expand Down

0 comments on commit 1af7b4a

Please sign in to comment.