1234567891011121314151617181920212223242526272829 |
- #nos-packs{
- .content{
- margin-top: 0;
- .section{
- margin: 100px 0;
- }
- .__intro{
- text-align: center;
- }
- .d-flex{
- display: inline-flex;
- width: 100%;
- .__title{
- text-align: center;
- }
- .__btn{
- text-align: center;
- }
- .__more{
- display: none
- }
- .pack{
- }
- }
- }
- }
|