mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36: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
|
@ -720,10 +720,11 @@ table {
|
||||||
|
|
||||||
article > .table-wrapper {
|
article > .table-wrapper {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
margin: 25px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
article table {
|
article table {
|
||||||
margin: 25px auto;
|
margin: 0 auto 25px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
|
|
|
@ -589,10 +589,11 @@ table {
|
||||||
|
|
||||||
article > .table-wrapper {
|
article > .table-wrapper {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
margin: 25px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
article table {
|
article table {
|
||||||
margin: 25px auto;
|
margin: 0 auto 25px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue