Skip to content

Commit

Permalink
Resolved the issue processing#514
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavanyaa09 committed Jul 18, 2024
1 parent c958f42 commit 35506e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/character/Donate.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.root {
position: fixed;
top: 130px;
right: var(--margin);
right: calc(var(--margin) - 1cm);
width: var(--col1);
float: right;
text-align: center;
Expand Down
3 changes: 2 additions & 1 deletion src/components/examples/ExamplesList.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
}

.item {
flex-basis: calc(100% / 5);
flex: 0 0 calc(25% - 2 * var(--gutter));
max-width: calc(25% - 2 * var(--gutter));

& h4 {
font-size: var(--text-regular);
Expand Down

0 comments on commit 35506e4

Please sign in to comment.