Update index.html

Halloween update - Chrome version
This commit is contained in:
Kenneth Hendricks 2024-10-25 23:31:01 -04:00 committed by GitHub
parent 29b2ac6667
commit 6f1711a647
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,10 @@
color: #848a94;
margin: 0;
padding: 10px;
max-width: 320px;
min-width: 250px;
max-width: 100%;
word-wrap: break-word;
box-sizing: border-box;
overflow: hidden;
}
@ -186,6 +189,14 @@
.status-image.active {
transform: scale(1.1);
}
#status-message,
#footer,
#feedback {
max-width: 100%;
word-wrap: break-word;
word-break: break-word;
}
</style>
</head>
<body>