Added two layers of headers to info-field.

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-19 03:39:37 -04:00
parent 3c67b64606
commit fe7ea1d7ad
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -738,11 +738,16 @@ div#ch-tooltip {
}
/* Infofield css */
.info-field h2 {
font-size: 1em;
border-bottom-style: ridge;
border-bottom-style: double;
}
.info-field h3 {
font-size: 1em;
bor
.entry {
display: grid;
grid-template-columns: auto max-content;