Skip to content

Commit

Permalink
correct padding img
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoGlu committed Oct 4, 2021
1 parent 8698722 commit 473cde8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ body{
.col{
margin: 100px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-end;
}
h1{
color: white;
font-size: 50px;
text-decoration: none;
}
.content-img{
margin-right: -900px;
padding-left: 870px;
}
.box{
background-color: white;
Expand Down

0 comments on commit 473cde8

Please sign in to comment.