Skip to content

Commit 5e89ba3

Browse files
authored
Text align center, and speed reduced tfom 1.2 to 0.8
1 parent 4f9d1b7 commit 5e89ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: yntarot2.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
height: 100%;
4040
position: relative;
4141
transform-style: preserve-3d;
42-
transition: transform 1.2s;
42+
transition: transform 0.8s;
4343
}
4444
.card-face {
4545
position: absolute;
@@ -81,7 +81,7 @@
8181
.card-description {
8282
font-size: 14px;
8383
line-height: 1.4;
84-
text-align: justify;
84+
text-align: center;
8585
background-color: #3a3a3a;
8686
padding: 10px;
8787
border-radius: 5px;

0 commit comments

Comments
 (0)