style.css: minor changes

This commit is contained in:
Silvan Calarco 2021-01-07 10:31:59 +01:00
parent 815bda853c
commit 09448ed3dd

View File

@ -150,6 +150,7 @@ h1 {
margin-bottom: .5em; margin-bottom: .5em;
margin-top: .5em; margin-top: .5em;
color: #59b237; color: #59b237;
word-break: break-word;
} }
/* =Links /* =Links
@ -249,9 +250,14 @@ div#ag-terms {
span#distromatic table, span#distromatic table,
span#distromatic table tr, span#distromatic table tr,
span#distromatic table td { span#distromatic table td {
padding:0; padding:0;
border:0; border:0;
word-break: break-word;
}
span#distromatic h1 {
font-size: 2em;
word-break: break-word;
} }
span#distromatic table td img { span#distromatic table td img {