Skip to content

Commit 783bc65

Browse files
Update index.html
1 parent 7737ed0 commit 783bc65

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,16 @@
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 20%; /* Yatayda ortalanmış, dikeyde %20 aşağıya kaydırılmış */
209+
background-position: center 23%; /* Yatayda ortalanmış, dikeyde %23 aşağıya kaydırılmış */
210210
background-size: cover; /* Alanı tamamen kaplamak için */
211211
padding-top: 0 !important;
212212
}
213213

214214
/* Mobil cihazlar için */
215215
@media screen and (max-width: 768px) {
216216
.hero-container {
217-
min-width: 386px; /* ya da 400px deneyebilirsin */
217+
min-width: 321px; /* ya da 400px deneyebilirsin */
218+
max-width: 640px;
218219
background-size: cover; /* Resmi düzgün şekilde göstermek için */
219220
}
220221
}

0 commit comments

Comments
 (0)