File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <div >
66 <div class =" hero-text" >
77 <h2 >開源Mineraft啟動器</h2 >
8+ <hr >
89 <p >新時代Minecraft啟動器,現代介面、跨平台應用</p >
910 </div >
1011 <div class =" hero-btn" >
3031
3132 .hero-text {
3233 justify-items : center ;
34+ margin : 0px 35px ;
3335 margin-top : 100px ;
3436
3537 h 2{
3638 font-size : 48px ;
3739 display : flex ;
3840 color : #FFFFFF ;
3941 }
42+ hr {
43+ display : none ;
44+ }
4045 p {
4146 font-size : 28px ;
4247 display : flex ;
7984
8085 }
8186 }
82- /*
83- &:nth-child(2n+1){
84- background-color: #17232E;
85- }
86- &:nth-child(2n){
87- background-color: #131B23;
87+ }
88+ @media (max-width :660px ) {
89+ .main {
90+ section {
91+ &:nth-child(1 ){
92+ .hero-text {
93+ h 2{
94+ font-size : 32px ;
95+ }
96+ hr {
97+ width : 100% ;
98+ display : block ;
99+ margin : 3px 0px 10px 0px ;
100+
101+ }
102+ p {
103+ font-size : 24px ;
104+ }
105+ }
106+ }
88107 }
89- } */
108+ }
90109}
91110
92111
You can’t perform that action at this time.
0 commit comments