Skip to content

Commit ffeee3c

Browse files
Update index.html
1 parent 6d5a5d7 commit ffeee3c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,10 @@
207207
padding-top: 0 !important;
208208
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20sign.jpg?raw=true'); /* sos wallpaper here */
209209
background-repeat: no-repeat;
210-
background-position: center top; /* üstte ve ortalanmış gösterim */
211-
background-size: 1440px 960px; /* sabit resim boyutu */
212-
min-width: 321px;
213-
max-width: 640px;
214-
background-color: transparent; /* yeşil vs. arka plan kalksın */
210+
background-position: center top;
211+
background-size: contain; /* boyutu korur, ekrana sığdırır */
212+
background-color: transparent;
213+
min-width: 326px; /* mobilde boş kalmasın diye */
215214
}
216215
.bg-transparent {
217216
background-color: transparent;

0 commit comments

Comments
 (0)