File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments