Se mejora la vista de los proyectos con tamaño y estilos adecuados a la proporción del contenido

This commit is contained in:
Manuel Cillero 2018-06-20 23:57:27 +02:00
parent 7eac590861
commit 738217f831

View file

@ -177,6 +177,21 @@ p.breadcrumb, p.buttons, p.author, p.other-formats {
break-inside: avoid-column; /* IE 11 */
display: table; /* Actually FF 20+ */
}
#projects-index ul.projects div.root a.project {
font-size: 34px;
line-height: 1.48em;
padding: 2px 6px;
border-radius: 6px;
background-color: #f2f2f2;
}
#projects-index ul.projects div.child a.project {
font-size: 34px;
line-height: 1.2em;
}
#projects-index ul.projects div a.icon-fav {
padding-right: 20px !important;
background-position: right 30%;
}
div#activity dt.icon {
background-position: 0 4px !important;