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 24e57e1 commit 50c4d55Copy full SHA for 50c4d55
CSS/style.css
@@ -29,7 +29,6 @@ body{
29
margin-left: 35%;
30
}
31
32
-
33
/* Matrix canvas */
34
#matrixCanvas{
35
position: fixed;
@@ -53,7 +52,7 @@ body{
53
52
54
/* Card */
55
.card{
56
- width: 100%;
+ width: 90%;
57
max-width: 520px;
58
background: var(--card-bg);
59
border-radius: 18px;
@@ -174,4 +173,4 @@ body{
174
173
.title{ font-size:34px; }
175
.card{ padding:18px; border-radius:14px; }
176
.suggestions-list li{ font-size:13px; padding:6px; }
177
-}
+}
0 commit comments