File tree 1 file changed +28
-10
lines changed
1 file changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -137,41 +137,59 @@ p.ellipsis-separator + p {
137
137
padding-left : 5px ;
138
138
padding-right : 5px ;
139
139
}
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
+ }
140
156
}
141
157
142
158
.my-profile .row .col-lg-8 .card {
143
- min-height : 450px ;
159
+ min-height : auto;
160
+ height : auto;
144
161
display : flex;
145
162
flex-direction : column;
146
163
}
147
164
148
165
.my-profile .row .col-lg-8 .card .card-header {
149
- flex-grow : 1 ;
166
+ flex-grow : 0 ;
150
167
display : flex;
151
168
flex-direction : column;
169
+ padding : 0.75rem 0.75rem 1.5rem !important ;
152
170
}
153
171
154
172
.tech-stack {
155
- margin-top : auto ;
156
- margin-bottom : auto ;
173
+ margin-top : 10 px ;
174
+ margin-bottom : 0 ;
157
175
text-align : center;
158
176
}
159
177
160
178
.tech-grid {
161
179
display : grid;
162
180
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;
166
184
}
167
185
168
186
.tech-item {
169
187
background : # e0e0e0 ;
170
- padding : 5 px 8 px ;
188
+ padding : 4 px 6 px ;
171
189
border-radius : 15px ;
172
- font-size : 13 px ;
190
+ font-size : 12 px ;
173
191
font-weight : 500 ;
174
- margin : 2 px ;
192
+ margin : 1 px ;
175
193
white-space : nowrap;
176
194
overflow : hidden;
177
195
text-overflow : ellipsis;
You can’t perform that action at this time.
0 commit comments