We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c958f42 commit 35506e4Copy full SHA for 35506e4
src/components/character/Donate.module.css
@@ -1,7 +1,7 @@
1
.root {
2
position: fixed;
3
top: 130px;
4
- right: var(--margin);
+ right: calc(var(--margin) - 1cm);
5
width: var(--col1);
6
float: right;
7
text-align: center;
src/components/examples/ExamplesList.module.css
@@ -42,7 +42,8 @@
42
}
43
44
.item {
45
- flex-basis: calc(100% / 5);
+ flex: 0 0 calc(25% - 2 * var(--gutter));
46
+ max-width: calc(25% - 2 * var(--gutter));
47
48
& h4 {
49
font-size: var(--text-regular);
0 commit comments