Skip to content

Commit

Permalink
Add width property to CSS
Browse files Browse the repository at this point in the history
A width property, set to 40vh, has been added into the CSS for index.html. This is intended to control the size of the elements that this rule is applied to.
  • Loading branch information
MatejMa2ur committed Apr 30, 2024
1 parent 9857456 commit f3cb2e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified img/LIVE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: 40vh;
}
.bg-image-1 {
position: absolute;
Expand Down

0 comments on commit f3cb2e0

Please sign in to comment.