Skip to content
Snippets Groups Projects
Verified Commit fe7ea1d7 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added two layers of headers to info-field.

parent 3c67b646
No related branches found
No related tags found
No related merge requests found
...@@ -738,11 +738,16 @@ div#ch-tooltip { ...@@ -738,11 +738,16 @@ div#ch-tooltip {
} }
/* Infofield css */ /* Infofield css */
.info-field h2 { .info-field h2 {
font-size: 1em; font-size: 1em;
border-bottom-style: ridge; border-bottom-style: double;
} }
.info-field h3 {
font-size: 1em;
bor
.entry { .entry {
display: grid; display: grid;
grid-template-columns: auto max-content; grid-template-columns: auto max-content;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment