Fix about page layout
This commit is contained in:
parent
a1fb9329c0
commit
717b676ab4
1 changed files with 3 additions and 3 deletions
|
@ -17,10 +17,10 @@ export default function Page() {
|
||||||
</Link>{' '}
|
</Link>{' '}
|
||||||
under the GNU General Public License (GPL).
|
under the GNU General Public License (GPL).
|
||||||
</p>
|
</p>
|
||||||
<h1 className='text-3xl text-slate-800 mt-6 mb-1 font-serif'>
|
<h2 className='text-2xl text-slate-800 mt-6 mb-1 font-serif'>
|
||||||
Frequently Asked Questions
|
Frequently Asked Questions
|
||||||
</h1>
|
</h2>
|
||||||
<ul className='list-disc'>
|
<ul className='list-disc ml-4 mt-2'>
|
||||||
<li key='1'>
|
<li key='1'>
|
||||||
How can I contribute to research or development on eeXiv (or even just
|
How can I contribute to research or development on eeXiv (or even just
|
||||||
add my profile to the site)?
|
add my profile to the site)?
|
||||||
|
|
Loading…
Reference in a new issue