Spaces:
Sleeping
Sleeping
Commit
·
0ac0451
1
Parent(s):
d54102c
Layout spacing update
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ flip_card_css = """
|
|
72 |
background-color: transparent;
|
73 |
width: 100%;
|
74 |
max-width: 900px;
|
75 |
-
height:
|
76 |
perspective: 1000px;
|
77 |
margin: 0 auto 2rem auto;
|
78 |
cursor: pointer;
|
@@ -100,7 +100,7 @@ flip_card_css = """
|
|
100 |
color: inherit;
|
101 |
border: 1px solid rgba(255, 255, 255, 0.2);
|
102 |
border-radius: 15px;
|
103 |
-
font-size:
|
104 |
padding: 20px;
|
105 |
display: flex;
|
106 |
flex-direction: column;
|
@@ -115,10 +115,6 @@ a {
|
|
115 |
color: inherit;
|
116 |
text-decoration: underline;
|
117 |
}
|
118 |
-
|
119 |
-
a:hover {
|
120 |
-
opacity: 0.8;
|
121 |
-
}
|
122 |
"""
|
123 |
|
124 |
# Interface
|
|
|
72 |
background-color: transparent;
|
73 |
width: 100%;
|
74 |
max-width: 900px;
|
75 |
+
height: 250px;
|
76 |
perspective: 1000px;
|
77 |
margin: 0 auto 2rem auto;
|
78 |
cursor: pointer;
|
|
|
100 |
color: inherit;
|
101 |
border: 1px solid rgba(255, 255, 255, 0.2);
|
102 |
border-radius: 15px;
|
103 |
+
font-size: 16px;
|
104 |
padding: 20px;
|
105 |
display: flex;
|
106 |
flex-direction: column;
|
|
|
115 |
color: inherit;
|
116 |
text-decoration: underline;
|
117 |
}
|
|
|
|
|
|
|
|
|
118 |
"""
|
119 |
|
120 |
# Interface
|