itcker-serve style: more precise margins

This commit is contained in:
Astro 2021-05-26 21:09:57 +02:00
parent 6d371efc45
commit 0451d9a56f
1 changed files with 5 additions and 3 deletions

View File

@ -73,7 +73,7 @@ h3 a {
.time { .time {
position: absolute; position: absolute;
transform: translate(-2.5rem, 3.8rem) rotate(270deg); transform: translate(-2.62rem, 3.8rem) rotate(270deg);
width: 3.5rem; width: 3.5rem;
text-align: right; text-align: right;
transform-origin: top left; transform-origin: top left;
@ -83,11 +83,13 @@ h3 a {
line-height: 1.5rem; line-height: 1.5rem;
} }
.recurrence { .recurrence {
color: #D7D7D7; color: #E7E7E7;
font-weight: bold; font-weight: bold;
padding-right: 0.8em; font-size: 120%;
padding-right: 0.5rem;
} }
.location { .location {
margin-top: 0.5rem;
line-height: 1.1em; line-height: 1.1em;
min-height: 1.1em; min-height: 1.1em;
} }