From 2fd6861fb72dcd0cd41bd014fda6b44a172c496b Mon Sep 17 00:00:00 2001 From: oceanlvr <36698124+oceanlvr@users.noreply.github.com> Date: Sat, 31 Jul 2021 22:41:15 +0800 Subject: refactor(docs): refactor man & index page (#1472) --- assets/css/bulma.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 assets/css/bulma.css (limited to 'assets/css/bulma.css') 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 -- cgit v1.2.3-70-g09d2