use same sizing for timeline dropdown as in the main nav

This commit is contained in:
Henry Jameson 2022-07-27 19:10:12 +03:00
parent c5919228ab
commit 00ded9523f
1 changed files with 3 additions and 1 deletions

View File

@ -118,7 +118,9 @@
a {
display: block;
padding: 0.6em 0.65em;
padding: 0 0.65em;
height: 3.5em;
line-height: 3.5em;
&:hover {
background-color: $fallback--lightBg;