Skip to content

Commit ed92b95

Browse files
Update index.html
1 parent ffeee3c commit ed92b95

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,18 @@
204204
padding-bottom: var(--dl-space-space-eightunits);
205205
}
206206
.hero-container {
207-
padding-top: 0 !important;
208-
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20sign.jpg?raw=true'); /* sos wallpaper here */
207+
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/background.jpg?raw=true');
209208
background-repeat: no-repeat;
210209
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 */
210+
background-size: auto;
211+
padding-top: 0 !important;
212+
}
213+
214+
/* Mobil cihazlar için özel ayar */
215+
@media screen and (max-width: 768px) {
216+
.hero-container {
217+
background-size: contain;
218+
}
214219
}
215220
.bg-transparent {
216221
background-color: transparent;

0 commit comments

Comments
 (0)