Yaron Koresh commited on
Commit
c16580a
·
verified ·
1 Parent(s): b73ae25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
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,span,p,pre {
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 !important;
125
- max-width: 15cm !important;
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
- width: 100%;
 
 
135
  }
136
  .btn {
137
- margin: 0 auto;
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