mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -04:00
Table margin adjustment to avoid reflow
This commit is contained in:
parent
62ecf63350
commit
65f627e6bf
2 changed files with 4 additions and 2 deletions
|
@ -589,10 +589,11 @@ table {
|
|||
|
||||
article > .table-wrapper {
|
||||
overflow-x: scroll;
|
||||
margin: 25px 0 0 0;
|
||||
}
|
||||
|
||||
article table {
|
||||
margin: 25px auto;
|
||||
margin: 0 auto 25px auto;
|
||||
}
|
||||
|
||||
th, td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue