From 5b2e1188c07142815cb7017137ff5151abe893c1 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Wed, 4 Nov 2015 00:07:05 +0100 Subject: [PATCH] Vier: Network name, "ago" and the quote description are now smaller when mobile. --- view/theme/vier/mobile.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; }