Change h2 text-align
This commit is contained in:
parent
9c9406d280
commit
8eedf045a7
|
@ -54,9 +54,7 @@ layout: default
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div class="heading-block w-full sm:w-2/12 lg:w-3/12 pr-2 ml:pr-0">
|
<div class="heading-block w-full sm:w-2/12 lg:w-3/12 pr-2 ml:pr-0">
|
||||||
<h2 class="text-sm font-semibold mb-5 text-center sm:text-left">
|
<h2 class="text-sm font-semibold mb-5 text-center">Open problems</h2>
|
||||||
Open problems
|
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="info-block w-full sm:w-10/12 lg:w-9/12">
|
<div class="info-block w-full sm:w-10/12 lg:w-9/12">
|
||||||
|
@ -71,9 +69,7 @@ layout: default
|
||||||
class="container max-w-screen-xl flex flex-col sm:flex-row pt-10 pb-3 sm:pb-8"
|
class="container max-w-screen-xl flex flex-col sm:flex-row pt-10 pb-3 sm:pb-8"
|
||||||
>
|
>
|
||||||
<div class="heading-block w-full sm:w-2/12 lg:w-3/12 pr-2 ml:pr-0">
|
<div class="heading-block w-full sm:w-2/12 lg:w-3/12 pr-2 ml:pr-0">
|
||||||
<h2 class="text-sm font-semibold mb-5 text-center sm:text-left">
|
<h2 class="text-sm font-semibold mb-5 text-center">Research entries</h2>
|
||||||
Research entries
|
|
||||||
</h2>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="info-block w-full sm:w-10/12 lg:w-9/12">
|
<div class="info-block w-full sm:w-10/12 lg:w-9/12">
|
||||||
|
|
Loading…
Reference in New Issue