Skip to content

Commit

Permalink
fixed position problems
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Dec 4, 2023
1 parent c24fbdf commit 1d1db7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/photos/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

.blockleft {
position: absolute;
margin-top: -120px;
margin-left: 120px;
margin-top: -6.3%;
margin-left: 6%;
display: block;
width: 260px;
height: 500px;
Expand All @@ -34,8 +34,8 @@

.blockright {
position: absolute;
margin-top: -120px;
margin-left: 775px;
margin-top: -6.3%;
margin-left: 40%;
display: block;
width: 260px;
height: 500px;
Expand Down

0 comments on commit 1d1db7a

Please sign in to comment.