File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,41 +137,59 @@ p.ellipsis-separator + p {
137137 padding-left : 5px ;
138138 padding-right : 5px ;
139139 }
140+
141+ .my-profile .row .col-lg-4 {
142+ -ms-flex : 0 0 40% ;
143+ flex : 0 0 40% ;
144+ max-width : 40% ;
145+ }
146+
147+ .my-profile .row .col-lg-8 {
148+ -ms-flex : 0 0 60% ;
149+ flex : 0 0 60% ;
150+ max-width : 60% ;
151+ }
152+
153+ .tech-grid {
154+ max-width : 350px ;
155+ }
140156}
141157
142158.my-profile .row .col-lg-8 .card {
143- min-height : 450px ;
159+ min-height : auto;
160+ height : auto;
144161 display : flex;
145162 flex-direction : column;
146163}
147164
148165.my-profile .row .col-lg-8 .card .card-header {
149- flex-grow : 1 ;
166+ flex-grow : 0 ;
150167 display : flex;
151168 flex-direction : column;
169+ padding : 0.75rem 0.75rem 1.5rem !important ;
152170}
153171
154172.tech-stack {
155- margin-top : auto ;
156- margin-bottom : auto ;
173+ margin-top : 10 px ;
174+ margin-bottom : 0 ;
157175 text-align : center;
158176}
159177
160178.tech-grid {
161179 display : grid;
162180 grid-template-columns : repeat (3 , 1fr );
163- gap : 10 px ;
164- max-width : 500 px ;
165- margin : 0 auto 20 px auto;
181+ gap : 8 px ;
182+ max-width : 350 px ;
183+ margin : 0 auto 15 px auto;
166184}
167185
168186.tech-item {
169187 background : # e0e0e0 ;
170- padding : 5 px 8 px ;
188+ padding : 4 px 6 px ;
171189 border-radius : 15px ;
172- font-size : 13 px ;
190+ font-size : 12 px ;
173191 font-weight : 500 ;
174- margin : 2 px ;
192+ margin : 1 px ;
175193 white-space : nowrap;
176194 overflow : hidden;
177195 text-overflow : ellipsis;
You can’t perform that action at this time.
0 commit comments