Skip to content

Commit 1efad0c

Browse files
committed
update Page
1 parent 05620f4 commit 1efad0c

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

css/style.css

+28-10
Original file line numberDiff line numberDiff 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: 10px;
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: 10px;
164-
max-width: 500px;
165-
margin: 0 auto 20px auto;
181+
gap: 8px;
182+
max-width: 350px;
183+
margin: 0 auto 15px auto;
166184
}
167185

168186
.tech-item {
169187
background: #e0e0e0;
170-
padding: 5px 8px;
188+
padding: 4px 6px;
171189
border-radius: 15px;
172-
font-size: 13px;
190+
font-size: 12px;
173191
font-weight: 500;
174-
margin: 2px;
192+
margin: 1px;
175193
white-space: nowrap;
176194
overflow: hidden;
177195
text-overflow: ellipsis;

0 commit comments

Comments
 (0)