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 20 % ; /* Yatayda ortalanmış, dikeyde %20 aşağıya kaydırılmış */
209+ background-position : center 23 % ; /* Yatayda ortalanmış, dikeyde %23 aşağıya kaydırılmış */
210210 background-size : cover; /* Alanı tamamen kaplamak için */
211211 padding-top : 0 !important ;
212212}
213213
214214/* Mobil cihazlar için */
215215@media screen and (max-width : 768px ) {
216216 .hero-container {
217- min-width : 386px ; /* ya da 400px deneyebilirsin */
217+ min-width : 321px ; /* ya da 400px deneyebilirsin */
218+ max-width : 640px ;
218219 background-size : cover; /* Resmi düzgün şekilde göstermek için */
219220 }
220221}
You can’t perform that action at this time.
0 commit comments