File tree Expand file tree Collapse file tree 8 files changed +34
-34
lines changed Expand file tree Collapse file tree 8 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 1- .dropdown-main {
1+ .dropdown-main {
22 align-items : center ;
33 display : flex ;
44 margin : 0 0.5rem ;
1010 & :not (:first-of-type ) {
1111 margin-left : 48px ;
1212 }
13- }
13+ }
Original file line number Diff line number Diff line change 1212 .footer-main {
1313 flex-direction : column ;
1414
15- p {
16- padding : 0.3rem 0 ;
15+ p {
1716 margin : 0 ;
1817 margin-bottom : 1rem ;
18+ padding : 0.3rem 0 ;
1919 }
2020
2121 a {
Original file line number Diff line number Diff line change 6262}
6363
6464@media (max-width : 900px ) {
65- .roadmap-container {
65+ .roadmap-container {
6666 display : flex ;
6767 // justify-content: center;
6868 }
6969
7070 .roadmap {
71+ align-items : flex-start ;
7172 display : flex ;
7273 flex-direction : column ;
73- align-items : flex-start ;
7474 // margin-bottom: 32px;
7575 position : relative ;
7676
7777 & ::before {
7878 border-left : 1px solid gray ;
79- border-top : none ;
79+ border-top : 0 ;
8080 content : ' ' ;
81- position : absolute ;
81+ height : 80 % ;
8282 left : 23px ;
83+ position : absolute ;
8384 width : 100% ;
84- height : 80% ;
8585 z-index : 1 ;
8686 }
8787
Original file line number Diff line number Diff line change 3131 }
3232}
3333
34- .search {
34+ .search {
3535 margin : 0.5rem ;
3636}
3737
7979 .search-input {
8080 input {
8181 border : 0px ;
82+ max-width : 4rem ;
83+ min-width : 2rem ;
8284 outline : none ;
8385 padding : 0.3rem ;
84- min-width : 2rem ;
85- max-width : 4rem ;
8686 // width: 147px;
8787 }
8888 }
Original file line number Diff line number Diff line change 4949 margin : 0px 16px ;
5050 width : 40% ;
5151
52- h3 {
52+ h3 {
5353 margin-bottom : 0.3rem ;
5454 }
5555
56- p {
56+ p {
5757 margin-top : 0.3rem ;
5858 }
5959}
6060
61- .story-small-details {
62- display : flex ;
61+ .story-small-details {
6362 align-items : center ;
63+ display : flex ;
6464 justify-content : space-between ;
6565 width : 40% ;
6666}
7777 width : 100% ;
7878 }
7979
80- .story-small-details {
80+ .story-small-details {
8181 width : 100% ;
8282 }
8383}
9090// }
9191
9292@media only screen and (max-width : 450px ) {
93- .story-small-details {
93+ .story-small-details {
94+ align-items : flex-start ;
9495 display : flex ;
9596 flex-direction : column ;
96- align-items : flex-start ;
97- justify-content : space-between ;
9897 height : 9rem ;
98+ justify-content : space-between ;
9999 }
100100
101- .story-subcontent {
101+ .story-subcontent {
102102 flex-direction : row ;
103103 justify-content : space-between ;
104104
105- small {
105+ small {
106106 margin : 0 16px ;
107107 }
108108
109- a {
109+ a {
110110 margin : 0 16px ;
111111 }
112112 }
113113
114- .s-metas {
114+ .s-metas {
115115 flex-direction : row ;
116- width :100% ;
117116 justify-content : flex-end ;
117+ width : 100% ;
118118 }
119119}
Original file line number Diff line number Diff line change 3434
3535@media (max-width : 900px ) {
3636 .vote-wrapper {
37- flex-direction : row ;
3837 align-items : center ;
38+ flex-direction : row ;
3939 justify-content : space-between ;
4040 }
4141}
Original file line number Diff line number Diff line change 88 }
99}
1010
11- @media (max-width : 500px ) {
12- .avatar {
13- height : 3.5em !important ;
14- width : 3em !important ;
15- }
16- }
11+ // @media (max-width: 500px) {
12+ // .avatar {
13+ // height: 3.5em !important;
14+ // width: 3em !important;
15+ // }
16+ // }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ $subheader-font-size: 18px;
2121 padding : 20px ;
2222}
2323
24- .search-controls {
24+ .search-controls {
2525 align-items : center ;
2626 justify-content : center ;
2727}
@@ -43,7 +43,7 @@ $subheader-font-size: 18px;
4343 margin : 44px 0px ;
4444 }
4545
46- .img-wrap {
46+ .img-wrap {
4747 display : flex ;
4848 justify-content : center ;
4949 }
You can’t perform that action at this time.
0 commit comments