Skip to content

Commit f67582f

Browse files
Update index.html
1 parent 4d058d8 commit f67582f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,13 @@
206206
.hero-container {
207207
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20sign.jpg?raw=true');
208208
background-repeat: no-repeat;
209-
background-position: center 23%; /* Yatayda ortalanmış, dikeyde %23 aşağıya kaydırılmış */
210-
background-size: cover; /* Alanı tamamen kaplamak için */
209+
/*background-position: center 23%; Yatayda ortalanmış, dikeyde %23 aşağıya kaydırılmış */
210+
/* background-size: cover; Alanı tamamen kaplamak için */
211+
211212
padding-top: 0!important;
213+
214+
background-position: center center;
215+
background-size: contain;
212216

213217

214218
}
@@ -1615,3 +1619,4 @@ <h1 class="home-text48">
16151619

16161620

16171621

1622+

0 commit comments

Comments
 (0)