@ -48,7 +48,7 @@
margin: .5rem 0 0;
font-size: 0.875rem;
text-align: left;
display: box;
display: flex;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
@ -26,5 +26,6 @@
justify-content: center;
align-items: center;
font-weight: 500;
margin-top: 1rem;
}
@ -1901,7 +1901,9 @@ nav {
margin: 0.5rem 0 0;
display: -webkit-box;
display: -ms-flexbox;
@ -1978,6 +1980,7 @@ nav {
-ms-flex-align: center;
label {
@ -74,4 +74,7 @@ mix.webpackConfig( {
isotope: 'isotope-layout',
},
stats: {
children: true
} );