Skip to content

Commit 47c3649

Browse files
authored
Update index.html
1 parent b845f5f commit 47c3649

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@
140140
}
141141

142142
#invoiceName {
143-
width: 100%; /* Tam genişlik için, isteğe göre azaltılabilir */
144-
max-width: 500px; /* Maksimum genişlik sınırı */
145-
padding: 8px; /* Daha okunabilir hale getirmek için iç boşluk */
146-
font-size: 16px; /* Yazıyı daha okunaklı hale getirir */
147-
box-sizing: border-box; /* Genişliği padding ve border dahil olacak şekilde ayarlar */
143+
width: 100%;
144+
max-width: 1500px;
145+
padding: 8px;
146+
font-size: 16px;
147+
box-sizing: border-box;
148148
}
149149
</style>
150150
</head>

0 commit comments

Comments
 (0)