Skip to content

Commit 35506e4

Browse files
committed
Resolved the issue processing#514
1 parent c958f42 commit 35506e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/character/Donate.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.root {
22
position: fixed;
33
top: 130px;
4-
right: var(--margin);
4+
right: calc(var(--margin) - 1cm);
55
width: var(--col1);
66
float: right;
77
text-align: center;

src/components/examples/ExamplesList.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
}
4343

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

4748
& h4 {
4849
font-size: var(--text-regular);

0 commit comments

Comments
 (0)