diff --git a/index.html b/index.html
index 9d5f1ca..c933b22 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,8 @@ along with this program. If not, see .
new Uhr($('#uhr'), {
layout: 'de_CH',
theme: 'black',
- status: 'on'
+ status: 'on',
+ width: '20em'
});