You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/assets/examples/blog/index.astro
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
106
106
</h3>
107
107
108
108
<articleclass="blog-post">
109
-
<h2class="display-5 fg-emphasis-inverse mb-1">Sample blog post</h2>
109
+
<h2class="fs-4xl fw-light fg-emphasis-inverse mb-1">Sample blog post</h2>
110
110
<pclass="blog-post-meta">January 1, 2021 by <ahref="#">Mark</a></p>
111
111
112
112
<p>This blog post shows a few different types of content that’s supported and styled with Bootstrap. Basic typography, lists, tables, images, code, and more are all supported as expected.</p>
@@ -160,7 +160,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
160
160
</article>
161
161
162
162
<articleclass="blog-post">
163
-
<h2class="display-5 fg-emphasis-inverse mb-1">Another blog post</h2>
163
+
<h2class="fs-4xl fw-light fg-emphasis-inverse mb-1">Another blog post</h2>
164
164
<pclass="blog-post-meta">December 23, 2020 by <ahref="#">Jacob</a></p>
165
165
166
166
<p>This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.</p>
@@ -208,7 +208,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
<pclass="blog-post-meta">December 14, 2020 by <ahref="#">Chris</a></p>
213
213
214
214
<p>This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.</p>
<pclass="fs-lg fw-light mb-4">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
<h1class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Responsive left-aligned hero with image</h1>
49
+
<h1class="fs-4xl fw-bold text-body-emphasis lh-1 mb-3">Responsive left-aligned hero with image</h1>
50
50
<pclass="fs-lg fw-light">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
<h1class="display-5 fw-bold fg-white">Dark color hero</h1>
111
+
<h1class="fs-4xl fw-bold fg-white">Dark color hero</h1>
112
112
<divclass="lg:col-6 mx-auto">
113
113
<pclass="mb-4">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
0 commit comments