Vier: Network name, "ago" and the quote description are now smaller when mobile.

This commit is contained in:
Michael Vogel 2015-11-04 00:07:05 +01:00
parent 546fd6cbbe
commit 5b2e1188c0
1 changed files with 5 additions and 2 deletions

View File

@ -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;
}