style updates

This commit is contained in:
2022-02-07 11:36:18 -05:00
parent 77b8d54546
commit 66d397912d
6 changed files with 34 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ export default function ProjectList(props){
});
return(
<>
<ul className='projectList' data-aos='fade-up'>
<ul className='projectList centeredForeground' data-aos='fade-up'>
{projects}
</ul>
</>