We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acf67fc + eb7c4f2 commit b8e726fCopy full SHA for b8e726f
1 file changed
assets/css/supervision.css
@@ -19,6 +19,7 @@
19
}
20
21
.supervision-widget .person-card {
22
+ box-sizing: border-box;
23
display: grid;
24
grid-template-columns: 92px 1fr;
25
column-gap: 1.6rem;
@@ -196,12 +197,29 @@
196
197
198
199
@media (max-width: 560px) {
200
+ .supervision-widget .people-grid {
201
+ width: 100%;
202
+ }
203
+
204
205
206
+ max-width: 100%;
207
+ margin-inline: 0;
208
+ padding: 1rem;
209
grid-template-columns: 1fr;
210
row-gap: 0.75rem;
211
align-items: flex-start;
212
213
214
+ .supervision-widget .person-meta {
215
+ padding-right: 0;
216
217
218
+ .supervision-widget .person-title-links {
219
+ position: static;
220
+ transform: none;
221
222
223
.supervision-widget .alumni-list li {
224
flex-direction: column;
225
gap: 0.2rem;
0 commit comments