File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 top;
210- background-size : auto;
209+ background-position : center center; /* Hem yatay hem de dikeyde ortalanması için */
210+ background-size : cover; /* Alanı tamamen kaplamak için */
211211 padding-top : 0 !important ;
212212}
213213
214- /* Mobil cihazlar için: yükseklik artırılır */
214+ /* Mobil cihazlar için */
215215@media screen and (max-width : 768px ) {
216216 .hero-container {
217217 min-width : 320px ; /* ya da 400px deneyebilirsin */
218+ background-size : cover; /* Resmi düzgün şekilde göstermek için */
218219 }
219220}
220-
221221.bg-transparent {
222222 background-color : transparent;
223223}
You can’t perform that action at this time.
0 commit comments