chansung commited on
Commit
b914e29
β€’
1 Parent(s): 9808a8e

Update constants/styles.py

Browse files
Files changed (1) hide show
  1. constants/styles.py +2 -1
constants/styles.py CHANGED
@@ -171,6 +171,7 @@ h3 {
171
  }
172
 
173
  .markdown-center {
174
- text-align: -webkit-center;
 
175
  }
176
  """
 
171
  }
172
 
173
  .markdown-center {
174
+ display: block;
175
+ text-align: center;
176
  }
177
  """