Design change.
This commit is contained in:
parent
068e21c962
commit
21d93f0188
5 changed files with 124 additions and 160 deletions
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
h2 {
|
||||
font-size: 1.25em;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 0px;
|
||||
color: var(--color1);
|
||||
}
|
||||
|
|
@ -29,6 +30,10 @@
|
|||
color: var(--color1);
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: var(--thumbnail-width);
|
||||
max-height: var(--thumbnail-height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue