Skip to content

Commit b59d4e3

Browse files
walkerwalker
walker
authored and
walker
committed
Update bottom button to match top button
1 parent 0e331a6 commit b59d4e3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

layouts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ <h1 class="split-type">
549549
style="margin-top: 50px; padding-bottom: 50px"
550550
>
551551
<a href="curriculum/" class="button-secondary w-inline-block">
552-
<div class="button-secondary-text">Explore the Curriculum!</div>
552+
<div>Explore the Curriculum!</div>
553553
<div class="button-icon w-embed">
554554
<svg
555555
width="100%"

static/css/tailwind-input.css

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
@apply bg-pl-dark-blue text-pl-gray;
3232
@apply text-2xl lg:text-base;
3333
}
34+
35+
.button-secondary {
36+
@apply text-2xl lg:text-base;
37+
}
3438
}
3539

3640
.nav-brand {

static/css/tailwind-output.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)