css: limit dashboard with when "not large"

This commit is contained in:
Thomas Gelf 2017-01-16 10:37:29 +01:00
parent d3e55ed5c9
commit 5286c85ece
1 changed files with 2 additions and 1 deletions

View File

@ -568,9 +568,10 @@ ul.main-actions {
#layout.minimal-layout ul.main-actions,
#layout.twocols ul.main-actions {
max-width: 50em;
li {
a { height: 12em; }
width: 17em;
width: 16em;
> a > i {
font-size: 1.8em;
}