File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 box-sizing : border-box;
2828 }
2929 body {
30- padding : 0 ;
30+ padding : 1 em ;
3131 x-display : flex;
3232 x-align-items : center;
3333 x-justify-content : center;
3434 }
3535 [roadmap ]{
36- padding : 1em ;
3736 width : 100% ;
3837 }
3938 [roadmap-item ]: nth-child (4n+1) { --primary : # 34D399 ; }
4948 padding-left : 1em ;
5049 padding-right : 1em ;
5150 padding-bottom : 1.5em ;
52- width : 32vw ;
53- min-width : 32vw ;
51+ width : 360px ;
52+ }
53+
54+
55+
56+ @media (max-width : 599px ) {
57+ [roadmap-item ]{
58+ width : 100% ;
59+ }
60+ }
61+ @media (min-width : 600px ) and (max-width : 899px ) {
62+ [roadmap-item ]{
63+ width : 50% ;
64+ }
5465 }
66+ @media (min-width : 900px ) {
67+ [roadmap-item ]{
68+ width : 33.33% ;
69+ }
70+ }
71+
72+
5573 [roadmap-item ]: before {
5674 position : absolute;
5775 left : -1px ;
@@ -210,9 +228,5 @@ <h2>2025 Eylül - Aralık</h2>
210228 < div type ="waiting "> < div documenter-icon ="waiting "> </ div > < date > </ date > < info > IOS Uygulaması</ info > < mute > </ mute > </ div >
211229 </ div >
212230
213-
214-
215-
216231 </ div >
217-
218232</ body >
You can’t perform that action at this time.
0 commit comments