diff options
| author | 2020-10-12 10:39:16 +0100 | |
|---|---|---|
| committer | 2020-10-12 10:39:16 +0100 | |
| commit | 26274d5e5ca61237158d35feb77e99f02f9495d2 (patch) | |
| tree | 490d635512bea24ab8bb0d001cf3da37fb917187 | |
| parent | Align server icons better (diff) | |
Update font sizing
Co-authored-by: scragly <[email protected]>
| -rw-r--r-- | pydis_site/static/css/home/timeline.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css index fd364d38..73698c7c 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -3594,7 +3594,7 @@ mark {          flex-grow: 0;          will-change: transform;          margin: 0; -        font-size: 0.8em; +        font-size: 0.9em;          --line-height-multiplier: 1.2      }      .cd-timeline__content::before { | 
