Skip to content

Commit 43b8bd5

Browse files
committed
fix(press-release): h2 font size match design
1 parent 7dc82f1 commit 43b8bd5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libs/route-pages/press-release/src/press-release.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ <h1 class="text-light_title_col text-40 font-bold lg:w-10/12">Rspack: The Rust-B
5555
<p>We are excited to continue working with the Rspack team to make sure the JavaScript community gets the best tools for modern development."</p>
5656
</quote>
5757

58-
<h2>About Valor Software</h2>
58+
<h2 class="!text-2xl !mt-9 !mb-5">About Valor Software</h2>
5959

6060
<p>Founded in 2013 Valor Software is a leading software development and consulting company that specializes in advancing and bringing together open source technologies to achieve technological and business advancement for their customers. Valor brings a wealth of open-source experience to the table, having contributed to Module Federation as core team members, worked on Angular as
6161
contributors, and created ngx-bootstrap (an Angular component library with over 300 thousand downloads a week).</p>
6262

63-
<h2>"First Look" video</h2>
63+
<h2 class="!text-2xl !mt-9 !mb-5">"First Look" video</h2>
6464

6565
<div class="videoblock">
6666
<div class="content">
@@ -72,7 +72,7 @@ <h2>"First Look" video</h2>
7272
</div>
7373
</div>
7474

75-
<h2>Additional Links</h2>
75+
<h2 class="!text-2xl !mt-9 !mb-5">Additional Links</h2>
7676

7777

7878
<div class="flex flex-wrap gap-8 lg:gap-0">

0 commit comments

Comments
 (0)