Skip to content

Commit cd39044

Browse files
authored
Update style.css
Changing min height and width of main photo
1 parent 782e047 commit cd39044

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ html {
348348
background-position: 45% 50%; /* Same as your reference */
349349
background-size: contain; /* Maintains proportions while covering the area */
350350
background-repeat: no-repeat;
351-
min-height: 100vh
351+
min-height: 1080px;
352+
width: 4106px;
352353
background-attachment: fixed; /* Optional: parallax effect */}
353354

354355
.capa_sobre_content {

0 commit comments

Comments
 (0)