Skip to content

Commit 99a33bf

Browse files
committed
more styling on the teams section
1 parent ba10208 commit 99a33bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mlflow-site/src/app/globals.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,15 @@ body {
226226
justify-content: center;
227227
align-items: center;
228228
font-size: clamp(1rem, 4.43vw, 1.3rem);
229+
padding: clamp(.22rem, 1.1927vw,0.35rem);
229230
margin-left: 0.2rem;
230231
margin-right: 0.2rem;
232+
background-color: rgb(217, 225, 210);
231233
}
232234

233235
.teamCardImg {
234-
width: clamp(80px, 22.155vw, 100px)
236+
width: clamp(80px, 22.155vw, 100px);
237+
border: 1px solid black;
235238
}
236239

237240
.teamcardLinks {

0 commit comments

Comments
 (0)