Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 269 Bytes

Table styling - Centred table.md

File metadata and controls

21 lines (14 loc) · 269 Bytes

Collection

Table styling - Centred table


  • author:: rushi
  • source::

Only works in reading mode

cover::

.markdown-preview-view table {
  margin-left: auto;
  margin-right: auto;
}