summaryrefslogtreecommitdiff
path: root/web.css
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-30 08:59:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-30 08:59:17 +0200
commit66f2b7c6775e06487116425f120ce6bce5d2af81 (patch)
tree3c803ee6e6d6c39b015e96f0aa5e7ac24f6125fb /web.css
parent22cdec3ed6a4f05d5d6de2e5f9dcf6ab77587326 (diff)
Add web styling
Diffstat (limited to 'web.css')
-rw-r--r--web.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/web.css b/web.css
new file mode 100644
index 0000000..507875e
--- /dev/null
+++ b/web.css
@@ -0,0 +1,29 @@
+/* file : web.css
+ * copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+ * license : MIT; see accompanying LICENSE file
+ */
+
+/* Bases:
+ *
+ * common.css
+ * pre-box.css
+ * code-box.css
+ *
+ */
+
+@media only screen and (max-width: 567px)
+{
+ #header-menu
+ {
+ -webkit-flex-direction: column;
+ flex-direction: column;
+ }
+}
+
+h1
+{
+ font-weight: normal;
+ font-size: 2em;
+ line-height: 1.4em;
+ margin: 1.6em 0 .6em 0;
+}