Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nec0ti authored Jan 19, 2025
1 parent 6c2eeee commit b845f5f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,14 @@
.action-buttons button:hover {
background-color: #45a049;
}


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

0 comments on commit b845f5f

Please sign in to comment.