fix: increase right side width to handle long tags

pull/6/head
Nicolas Doby 2022-11-23 15:30:08 +01:00
parent 2849e794a1
commit d11ca2e133
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ main {
position: sticky; position: sticky;
top: 1rem; top: 1rem;
align-self: flex-start; align-self: flex-start;
width: 300px; width: 320px;
padding-left: 60px; padding-left: 60px;
} }