Skip to content

Commit a9c552b

Browse files
Update index.html
1 parent 96109c6 commit a9c552b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,18 @@
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 top;
210-
background-size: auto;
209+
background-position: center center; /* Hem yatay hem de dikeyde ortalanması için */
210+
background-size: cover; /* Alanı tamamen kaplamak için */
211211
padding-top: 0 !important;
212212
}
213213

214-
/* Mobil cihazlar için: yükseklik artırılır */
214+
/* Mobil cihazlar için */
215215
@media screen and (max-width: 768px) {
216216
.hero-container {
217217
min-width: 320px; /* ya da 400px deneyebilirsin */
218+
background-size: cover; /* Resmi düzgün şekilde göstermek için */
218219
}
219220
}
220-
221221
.bg-transparent {
222222
background-color: transparent;
223223
}

0 commit comments

Comments
 (0)