Add hosting guidelines

This commit is contained in:
2020-08-27 14:41:26 +02:00
parent e66a52e648
commit 7c0dcfb08f
6 changed files with 158 additions and 7 deletions

View File

@@ -298,7 +298,11 @@ a:hover {
text-align: left;
max-width: 40em;
}
table:not(.form) {border-collapse: collapse; width: 100%;}
table:not(.form) {
border-collapse: collapse;
width: 100%;
margin: 14px;
}
tr:not(.form) {border-bottom: 1px var(--layer_2_color_border) solid;}
tr > td, tr > th {padding: 0.3em;}
@media(max-width: 30em) {
@@ -311,8 +315,8 @@ tr > td, tr > th {padding: 0.3em;}
}
}
pre{
padding: 2px;
pre {
margin: 16px;
border-bottom: 1px var(--layer_2_color_border) solid;
overflow-x: auto;
}