Skip to content

Commit 4ca875c

Browse files
committed
Make nav text bigger
1 parent ec7410e commit 4ca875c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apps/components_guide_web/lib/components_guide_web/templates/accessibility_first/_nav.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<nav class="pt-6 pb-4">
2-
<ul y-y x-x=md class="font-bold text-shadow" style="--link-padding: 0.75em">
2+
<ul y-y x-x=md class="text-lg font-bold text-shadow" style="--link-padding: 0.75em">
33
<li><%= link("Intro", to: '/accessibility-first') %>
44
<li><%= link("Navigation", to: '/accessibility-first/navigation') %>
55
<li><%= link("Content", to: '/accessibility-first/content') %>

apps/components_guide_web/lib/components_guide_web/templates/accessibility_first/_top.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="mx-auto max-w-4xl text-white">
2-
<h1 class="pt-8 row space-x-4 text-4xl text-center font-bold leading-tight text-shadow">
2+
<h1 y-y x-x=md class="pt-8 row space-x-4 text-4xl text-center font-bold leading-tight text-shadow">
33
<span class="mr-2 text-4xl">💁🏼‍♀️🥇</span>
44
<span><%= "Accessibility-First" %></span>
55
</h1>

apps/components_guide_web/lib/components_guide_web/templates/landing/index.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ subhead = "Guides to accessibility, TDD, BDD, naming, performance, and the lates
4545
</section>
4646
</div>
4747

48-
<article class="text-white" style="<%= sections_styles(:blue) %>">
48+
<article class="text-white py-4" style="<%= sections_styles(:blue) %>">
4949
<%= render ComponentsGuideWeb.ReactTypescriptView, "_top.html" %>
5050
</article>
5151

apps/components_guide_web/lib/components_guide_web/templates/react_typescript/_top.html.eex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="mx-auto max-w-4xl text-white">
2-
<h1 class="pt-8 row space-x-4 text-4xl text-center font-bold leading-tight text-shadow">
2+
<h1 y-y x-x=md class="pt-8 row space-x-4 text-4xl text-center font-bold leading-tight text-shadow">
33
<div class="row">
44
<img class="inline-block mr-2" src="<%= "https://cdn.jsdelivr.net/gh/gilbarbara/logos@618de63f309bbf56b67364fd6a441cbbf79403cc/logos/react.svg" %>" alt="React logo" width=48 height=48>
55
<span class="mr-2 text-3xl">❤️</span>
@@ -8,7 +8,7 @@
88
<span><%= "React & TypeScript Guide" %></span>
99
</h1>
1010
<nav class="pt-6 pb-4">
11-
<ul class="list-none row font-bold" style="--link-padding: 0.75em">
11+
<ul y-y x-x=md class="text-lg list-none font-bold" style="--link-padding: 0.75em">
1212
<li><%= link("Fundamentals", to: '/react+typescript') %>
1313
<li><%= link("Testing", to: '/react+typescript/testing') %>
1414
<li><%= link("Forms", to: '/react+typescript/forms') %>

0 commit comments

Comments
 (0)