diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ max-width: 13em;
}
+#txt2img_roll{
+ min-width: 1em;
+ max-width: 4em;
+}
+
button{
align-self: stretch !important;
}
|