From: Michael Vogel Date: Tue, 3 Nov 2015 23:07:05 +0000 (+0100) Subject: Vier: Network name, "ago" and the quote description are now smaller when mobile. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b2e1188c07142815cb7017137ff5151abe893c1;p=friendica.git Vier: Network name, "ago" and the quote description are now smaller when mobile. --- diff --git a/view/theme/vier/mobile.css b/view/theme/vier/mobile.css index f250b88321..ba8254d7fe 100644 --- a/view/theme/vier/mobile.css +++ b/view/theme/vier/mobile.css @@ -15,11 +15,14 @@ section { padding: 10px; } -body, section, nav .nav-menu, div.pager, ul.tabs, .wall-item-container .wall-item-ago, .wall-item-network, -.type-link blockquote, .type-video blockquote { +body, section, nav .nav-menu, div.pager, ul.tabs { font-size: 16px; } +.wall-item-container .wall-item-ago, .wall-item-network,.type-link blockquote, .type-video blockquote { + font-size: 13px; +} + nav { min-width: 480px; }