diff --git a/src/pages/index.astro b/src/pages/index.astro index e82f181..b9bd345 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,10 @@ const title = "Quickshell"; ---
-

Quickshell

+
+ Quickshell +

Quickshell

+

building blocks for your desktop

diff --git a/src/styles/main-page.css b/src/styles/main-page.css index babccf8..136d95c 100644 --- a/src/styles/main-page.css +++ b/src/styles/main-page.css @@ -14,12 +14,6 @@ justify-content: flex-start; align-items: center; - & h1 { - position: relative; - font-size: 4.618rem; - margin-top: 1rem; - } - & .navy { color: hsl(var(--blue) 66% 60%); } @@ -29,6 +23,22 @@ } } +.titlebox { + position: relative; + margin-top: 1rem; + display: flex; + align-items: center; + + & img { + height: 3.4rem; + } + + & h1 { + font-size: 3.618rem; + margin-left: 1rem; + } +} + h1.gradient-text { background: linear-gradient( 30deg, @@ -178,6 +188,17 @@ html.dark .main-page_link-card { } @media (min-width: 40rem) { + .titlebox { + & img { + height: 4.4rem; + } + + & h1 { + font-size: 4.618rem; + margin-left: 1rem; + } + } + .main-page_links_set { flex-wrap: nowrap; }