Skip to content

Commit

Permalink
"Adjusted magazine and page widths and viewport height"
Browse files Browse the repository at this point in the history
This commit changes the width of the magazine and page elements from 922px and 600px to 440px, and adjusts the height
  • Loading branch information
abhijit-23blaze committed May 15, 2024
1 parent 1ff8020 commit e272bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions issue1/files/css/magazine.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ body{
position:absolute;
top:40%;
left:54%;
width:922px;
width:440px;
height:600px;
margin:auto;
}
Expand All @@ -421,7 +421,7 @@ body{
}

.magazine-viewport .page{
width:600px;
width:440px;
height:600px;
background-color:white;
background-repeat:no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion issue1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

// Magazine height

height: 500,
height: 580,

// Duration in millisecond

Expand Down

0 comments on commit e272bc6

Please sign in to comment.