Adjust grid css

This commit is contained in:
2020-05-05 06:14:26 +00:00
parent e5aa80e123
commit 92078664c0
2 changed files with 9 additions and 16 deletions
+3 -9
View File
@@ -29,15 +29,9 @@ class Grid extends React.Component {
<GridItem type='menu'>
<img src={logo} className='logo' alt='' />
<section>
<img src={tanner} alt='' />
<aside>
<p>Home</p>
<p>Projects</p>
<p>Photograhy</p>
<p>Art</p>
<p>About</p>
<p>Contact</p>
</aside>
<div className='fuckcss'>
<img src={tanner} alt='' />
</div>
</section>
<footer>More info or a .onion link.</footer>
</GridItem>