We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba10208 commit 99a33bfCopy full SHA for 99a33bf
mlflow-site/src/app/globals.css
@@ -226,12 +226,15 @@ body {
226
justify-content: center;
227
align-items: center;
228
font-size: clamp(1rem, 4.43vw, 1.3rem);
229
+ padding: clamp(.22rem, 1.1927vw,0.35rem);
230
margin-left: 0.2rem;
231
margin-right: 0.2rem;
232
+ background-color: rgb(217, 225, 210);
233
}
234
235
.teamCardImg {
- width: clamp(80px, 22.155vw, 100px)
236
+ width: clamp(80px, 22.155vw, 100px);
237
+ border: 1px solid black;
238
239
240
.teamcardLinks {
0 commit comments