From 31c71c67a5cf94a1322d6c5fbefe102156520305 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 7 Aug 2017 22:14:17 +0300 Subject: Add banner image margin --- docs/index.html | 2 +- docs/static/css/main.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 40bd2d6..574158b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -36,7 +36,7 @@
- +

postmarketOS (pmOS), is a touch-optimized, pre-configured Alpine Linux that can be installed on smartphones and other mobile devices. The project is at very early stages of development and is not yet usable for most users.

diff --git a/docs/static/css/main.css b/docs/static/css/main.css index 4560790..0a01eae 100644 --- a/docs/static/css/main.css +++ b/docs/static/css/main.css @@ -27,6 +27,10 @@ div.menu ul li a { text-decoration: none; } +img.banner { + margin-top: 8px; +} + p.intro { font-size: 1.3em; line-height: 1.3em; -- cgit v1.3.1