Skip to content

Commit 50c4d55

Browse files
Update style.css
1 parent 24e57e1 commit 50c4d55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CSS/style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ body{
2929
margin-left: 35%;
3030
}
3131

32-
3332
/* Matrix canvas */
3433
#matrixCanvas{
3534
position: fixed;
@@ -53,7 +52,7 @@ body{
5352

5453
/* Card */
5554
.card{
56-
width: 100%;
55+
width: 90%;
5756
max-width: 520px;
5857
background: var(--card-bg);
5958
border-radius: 18px;
@@ -174,4 +173,4 @@ body{
174173
.title{ font-size:34px; }
175174
.card{ padding:18px; border-radius:14px; }
176175
.suggestions-list li{ font-size:13px; padding:6px; }
177-
}
176+
}

0 commit comments

Comments
 (0)