diff options
| author | 2024-03-19 17:09:50 +0800 | |
|---|---|---|
| committer | 2024-03-19 17:09:50 +0800 | |
| commit | ec4f8435d626777bf019660e386b0d9f98f35064 (patch) | |
| tree | 0af197ee60183775511e2aad3dba05b03d2f6cb4 | |
| parent | Semantic animation names for timeline.css (diff) | |
Timeline: Adjust spacing between timeline items
Diffstat (limited to '')
| -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 6e53eaa1..27d7c119 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -36,7 +36,7 @@  .cd-timeline__block {      display: flex; -    margin-bottom: 2rem; +    margin-bottom: 2.5rem;  }  .cd-timeline__content.box { | 
