Skip to content

Commit 6ee94a7

Browse files
Update index.html
1 parent 6dbdaa0 commit 6ee94a7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,11 @@
214214
/* Mobil cihazlar için özel ayar */
215215
@media screen and (max-width: 768px) {
216216
.hero-container {
217-
min-height: 400px;
217+
min-height: 400px;
218+
max-width: 100%;
219+
width: 100vw; /* görünür ekran genişliği kadar */
220+
overflow-x: hidden; /* taşmayı önle */
221+
box-sizing: border-box;
218222
}
219223
}
220224
.bg-transparent {

0 commit comments

Comments
 (0)