info style tweaks
This commit is contained in:
parent
20963afa17
commit
411f2feb44
1 changed files with 5 additions and 6 deletions
|
@ -84,14 +84,9 @@ body {
|
|||
|
||||
#date { text-transform: lowercase; }
|
||||
|
||||
#info {
|
||||
max-width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#info {
|
||||
display: grid;
|
||||
grid-template-columns: min-content auto;
|
||||
grid-template-columns: 1fr 5fr;
|
||||
grid-column-gap: 1em;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
@ -134,6 +129,10 @@ body {
|
|||
filter: drop-shadow(5px 5px 8px #0006);
|
||||
}
|
||||
|
||||
#info h2 {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#info h2, #info ul, #info ol, #info p, #info dl, #info details {
|
||||
margin: 0.35em 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue