We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5a5d7 commit ffeee3cCopy full SHA for ffeee3c
1 file changed
index.html
@@ -207,11 +207,10 @@
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 */
209
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 */
+ background-position: center top;
+ background-size: contain; /* boyutu korur, ekrana sığdırır */
+ background-color: transparent;
+ min-width: 326px; /* mobilde boş kalmasın diye */
215
}
216
.bg-transparent {
217
background-color: transparent;
0 commit comments