diff --git a/styles/index.css b/styles/index.css index 68b69eb..fee0537 100644 --- a/styles/index.css +++ b/styles/index.css @@ -8,11 +8,17 @@ header .flex-1 { text-overflow: ellipsis; white-space: nowrap; min-width: 0; - max-width: 150px; + padding: 0.15rem 0.25rem; } -header .flex-1 > div { +header .flex-1 > div:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + font-size: 0.7rem; +} + +header .flex-1 > div:last-child { + font-size: 0.5rem; + line-height: 1; }