* example container for pager

old
Maxim Komlev 2016-10-07 15:18:01 -07:00
parent 724fafa7ea
commit 9019239f72
1 changed files with 7 additions and 0 deletions

View File

@ -146,3 +146,10 @@ $offset: 1.8 * $unit;
height: 40px;
}
}
.pager
{
display: flex;
flex-flow: row nowrap;
justify-content: center;
}