aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 2739deb..a83cd47 100644
--- a/styles.css
+++ b/styles.css
@@ -33,3 +33,19 @@ body{
margin:auto;
font-size:12pt;
}
+
+#msg{
+ border: 1px solid black;
+ resize:vertical;
+ width:50%;
+}
+
+@media screen and (max-width: 740px) {
+ body { font-size:0.8em; }
+ #msg{width:100%;}
+ th, td{ padding:3px; }
+ input {
+ padding:4px;
+ margin: 2px;
+ }
+}