summaryrefslogtreecommitdiff
path: root/assets/css/bulma.css
diff options
context:
space:
mode:
authoroceanlvr <36698124+oceanlvr@users.noreply.github.com>2021-07-31 22:41:15 +0800
committerGitHub <noreply@github.com>2021-07-31 07:41:15 -0700
commit2fd6861fb72dcd0cd41bd014fda6b44a172c496b (patch)
treee6dde2b0df2e172c360b8437fdf8381899e4a86b /assets/css/bulma.css
parent09bf59112e559c3addba3dc22ea864324a1d24be (diff)
downloadnng-2fd6861fb72dcd0cd41bd014fda6b44a172c496b.tar.gz
nng-2fd6861fb72dcd0cd41bd014fda6b44a172c496b.tar.bz2
nng-2fd6861fb72dcd0cd41bd014fda6b44a172c496b.zip
refactor(docs): refactor man & index page (#1472)
Diffstat (limited to 'assets/css/bulma.css')
-rw-r--r--assets/css/bulma.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/css/bulma.css b/assets/css/bulma.css
new file mode 100644
index 00000000..2db56246
--- /dev/null
+++ b/assets/css/bulma.css
@@ -0,0 +1,22 @@
+/* bulma setting */
+body {
+ font-family: 'Roboto', 'Trebuchet MS', sans-serif;
+ line-height: 1.846;
+ color: #666666;
+ background-color: #ffffff;
+ margin: 0;
+}
+
+img {
+ height: auto;
+ max-width: 100%;
+}
+
+.container {
+ padding-left: 12px;
+ padding-right: 12px;
+}
+
+.is-order-2 {
+ order: 2;
+} \ No newline at end of file