fixed the top titles to be closer and name to be more apparent
This commit is contained in:
@ -131,7 +131,7 @@ def main():
|
||||
|
||||
h2 {
|
||||
font-size: 14pt;
|
||||
margin: 0 0 1em 0;
|
||||
margin: 0;
|
||||
color: #4a5568;
|
||||
}
|
||||
|
||||
@ -140,11 +140,16 @@ def main():
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.name-label {
|
||||
font-size: 1.5rem;
|
||||
color: #4a5568;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.name-value {
|
||||
font-size: 1.5rem; /* Make the text large */
|
||||
font-weight: bold; /* Bold the text */
|
||||
color: #2a73cc; /* Use a nice blue color */
|
||||
background-color: #e6f0ff; /* Optional: light background for emphasis */
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
color: #165f86;
|
||||
}
|
||||
|
||||
.comments-label {
|
||||
@ -241,7 +246,7 @@ def main():
|
||||
|
||||
{% else %}
|
||||
{% if "Name" in entry.label %}
|
||||
<p class="name-value">{{ entry.label }}<span class="name-value"> {{ entry.value }}</span></p>
|
||||
<p class="name-label">{{ entry.label }}<span class="name-value"> {{ entry.value }}</span></p>
|
||||
{% else %}
|
||||
<p class="block-label">{{ entry.label }}</p>
|
||||
<p class="comments-value block-value">{{ entry.value }}</p>
|
||||
|
Reference in New Issue
Block a user