Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ input, input::placeholder {
|
|
| 113 |
*, *::placeholder {
|
| 114 |
font-family: Suez One !important;
|
| 115 |
}
|
| 116 |
-
h1,h2,h3,h4,h5,h6
|
| 117 |
width: 100%;
|
| 118 |
text-align: center;
|
| 119 |
}
|
|
@@ -121,9 +121,9 @@ footer {
|
|
| 121 |
display: none !important;
|
| 122 |
}
|
| 123 |
#col-container {
|
| 124 |
-
margin: 0 auto
|
| 125 |
-
max-width: 15cm
|
| 126 |
-
|
| 127 |
.image-container {
|
| 128 |
aspect-ratio: 512 / 512 !important;
|
| 129 |
}
|
|
@@ -131,10 +131,12 @@ footer {
|
|
| 131 |
display: none !important;
|
| 132 |
}
|
| 133 |
*:has(>.btn) {
|
| 134 |
-
|
|
|
|
|
|
|
| 135 |
}
|
| 136 |
.btn {
|
| 137 |
-
|
| 138 |
}
|
| 139 |
"""
|
| 140 |
|
|
|
|
| 113 |
*, *::placeholder {
|
| 114 |
font-family: Suez One !important;
|
| 115 |
}
|
| 116 |
+
h1,h2,h3,h4,h5,h6 {
|
| 117 |
width: 100%;
|
| 118 |
text-align: center;
|
| 119 |
}
|
|
|
|
| 121 |
display: none !important;
|
| 122 |
}
|
| 123 |
#col-container {
|
| 124 |
+
margin: 0 auto;
|
| 125 |
+
max-width: 15cm;
|
| 126 |
+
}
|
| 127 |
.image-container {
|
| 128 |
aspect-ratio: 512 / 512 !important;
|
| 129 |
}
|
|
|
|
| 131 |
display: none !important;
|
| 132 |
}
|
| 133 |
*:has(>.btn) {
|
| 134 |
+
display: flex;
|
| 135 |
+
justify-content: space-evenly;
|
| 136 |
+
align-items: center;
|
| 137 |
}
|
| 138 |
.btn {
|
| 139 |
+
display: flex;
|
| 140 |
}
|
| 141 |
"""
|
| 142 |
|