diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-07-12 10:34:39 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-07-12 10:34:39 -0400 |
commit | bf7e621ff2bd24636f173bbd9fb98bfd7ce20b5f (patch) | |
tree | 4dd57a956946bbb1ae22cf4f1541442fd1eed34e /themes/mantra/resources/css/style-mobile.css | |
parent | Initial commit google-authenticator (diff) | |
download | blogs-gentoo-bf7e621ff2bd24636f173bbd9fb98bfd7ce20b5f.tar.gz blogs-gentoo-bf7e621ff2bd24636f173bbd9fb98bfd7ce20b5f.tar.bz2 blogs-gentoo-bf7e621ff2bd24636f173bbd9fb98bfd7ce20b5f.zip |
Update mantra 3.0.5
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'themes/mantra/resources/css/style-mobile.css')
-rw-r--r-- | themes/mantra/resources/css/style-mobile.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/mantra/resources/css/style-mobile.css b/themes/mantra/resources/css/style-mobile.css index 44d09164..7aea81d3 100644 --- a/themes/mantra/resources/css/style-mobile.css +++ b/themes/mantra/resources/css/style-mobile.css @@ -247,6 +247,12 @@ font-size: 2em; line-height: 2em; } + + #content article.post { + width: 100%; + margin-right: 0; + margin-left: 0; + } .entry-meta { display: table; |