section.scss 354 B

123456789101112131415161718192021222324
  1. #start{
  2. #home{
  3. display: -webkit-box;
  4. display: -ms-flexbox;
  5. display: flex;
  6. .title{
  7. p{
  8. top: 58%;
  9. }
  10. }
  11. }
  12. & > div:nth-child(n+3){
  13. display: block!important;
  14. & > div{
  15. width: 100%!important;
  16. &:first-child{
  17. height: 40%;
  18. }
  19. &:last-child{
  20. height: 60%;
  21. }
  22. }
  23. }
  24. }