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; /* Üstten ortalanmış */
210- background-size : contain; /* Görselin orijinal boyutları korunur */
209+ background-position : center top;
210+ background-size : contain;
211211 padding-top : 0 !important ;
212- width : 100% ; /* Ekran genişliği kadar */
213- height : auto; /* Yükseklik orijinal boyuta göre ayarlanır */
214- overflow-x : hidden; /* Taşma engellenir */
215212}
216213
217- /* Mobil cihazlar için özel ayar */
214+ /* Mobil cihazlar için: yükseklik artırılır */
218215@media screen and (max-width : 768px ) {
219216 .hero-container {
220- height : 100vh ; /* Ekranın tam yüksekliği kadar */
221- min-height : 400px ; /* Yükseklik için minimum değer */
222- width : 100vw ; /* Ekranın tam genişliği kadar */
223- max-width : 100% ; /* Taşmayı engellemek için */
224- overflow-x : hidden; /* Taşma engellenir */
225- box-sizing : border-box;
217+ min-height : 320px ; /* ya da 400px deneyebilirsin */
218+ }
219+ }
220+
226221.bg-transparent {
227222 background-color : transparent;
228223}
You can’t perform that action at this time.
0 commit comments