diff options
Diffstat (limited to 'packages/console/app/src/routes/index.css')
| -rw-r--r-- | packages/console/app/src/routes/index.css | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css index e5101442f..5cb91a6fb 100644 --- a/packages/console/app/src/routes/index.css +++ b/packages/console/app/src/routes/index.css @@ -338,6 +338,11 @@ body { } } + [data-slot="installation-instructions"] { + color: var(--color-text-strong); + margin-bottom: 8px; + } + [data-slot="installation"] { width: 100%; max-width: 100%; @@ -348,6 +353,11 @@ body { } } + [data-slot="installation-options"] { + font-size: 13px; + margin-top: 12px; + } + [data-component="tabs"] { [data-slot="tablist"] { display: flex; @@ -480,10 +490,10 @@ body { } h1 { - font-size: 28px; + font-size: 38px; color: var(--color-text-strong); font-weight: 500; - margin-bottom: 16px; + margin-bottom: 8px; @media (max-width: 60rem) { font-size: 22px; @@ -492,7 +502,7 @@ body { p { color: var(--color-text); - margin-bottom: 24px; + margin-bottom: 40px; max-width: 82%; @media (max-width: 50rem) { |
