Skip to content

Commit

Permalink
responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldsamosir committed Nov 30, 2020
1 parent c46e1c0 commit 7c25af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default function Home(props) {
{
props.portfolio.data.projects.map((d)=>{
return(
<li style={{display:"inline", float: 'left',padding: (size.width > 1000)?'3%': '0%', width: (size.width <= 1000)?'45%': '25%'}} >
<li style={{display:"inline", float: 'left',padding: (size.width > 1000)?'3%': '0%', width: (size.width <= 1000)?'45%': '25%', marginBottom: '2%', height: '200px'}} >
<div >
<center>
<img src={d.covers['202']}/> <br/>
Expand Down

0 comments on commit 7c25af4

Please sign in to comment.