thumbnails.scss 375 B

1234567891011121314151617181920212223242526272829
  1. #nos-packs{
  2. .content{
  3. margin-top: 0;
  4. .section{
  5. margin: 100px 0;
  6. }
  7. .__intro{
  8. text-align: center;
  9. }
  10. .d-flex{
  11. display: inline-flex;
  12. width: 100%;
  13. .__title{
  14. text-align: center;
  15. }
  16. .__btn{
  17. text-align: center;
  18. }
  19. .__more{
  20. display: none
  21. }
  22. .pack{
  23. }
  24. }
  25. }
  26. }