Skip to content

Commit a776205

Browse files
Update index.html
1 parent e764f8a commit a776205

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@
209209
background-size: cover;
210210
background-position: center;
211211
background-repeat: no-repeat;
212+
min-height: 100vh; /* EKRANIN TAMAMINI KAPLASIN */
213+
display: flex;
214+
align-items: center; /* içerikleri dikeyde ortala */
215+
padding-top: 0 !important;
216+
margin: 0;
212217
background-color: transparent; /* no color */
213218
}
214219
.bg-transparent {

0 commit comments

Comments
 (0)