Skip to content

Commit

Permalink
minor styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen authored and Amy Chen committed May 1, 2024
1 parent 631ca5f commit 2592894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/styles/components/_Summary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
height: 0;
width: 560px;
padding: 0;
padding-bottom: 100%;
padding-bottom: 50%;
margin-bottom: 8px;
}
@media(min-width: 992px) {
Expand Down Expand Up @@ -464,7 +464,7 @@
margin-left: 16px;
align-self: stretch;
display: flex;
width: calc(100% - 48px);
width: 100%;
}

.sub-section__panel {
Expand Down
4 changes: 2 additions & 2 deletions src/styles/elements/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ button.disabled {
content: "copied!";
position: absolute;
top: 0;
left: -36px;
left: -40px;
right: 0;
bottom: 0;
margin: auto;
Expand All @@ -113,7 +113,7 @@ button.disabled {
.button--loaded.error:after {
content: "error!";
position: absolute;
top: 6px;
top: 12px;
left: -36px;
right: 0;
bottom: 0;
Expand Down

0 comments on commit 2592894

Please sign in to comment.