Skip to content

Commit 4312059

Browse files
committed
removed commented out code from css
1 parent 99a33bf commit 4312059

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlflow-site/src/app/globals.css

-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ body {
77
background: var(--background);
88
font-family: Inter;
99
font-size: 1rem;
10-
/* font-size: 4.43vw; */
1110
color: rgb(0, 0, 0);
1211
}
1312

@@ -31,7 +30,6 @@ body {
3130
width: 100%;
3231
height: 100%;
3332
display: grid;
34-
/* grid-template-columns: 1fr 360px 1fr; */
3533
grid-template-columns: 1fr 100vw 1fr;
3634
grid-template-rows: 1fr;
3735
overflow-y: auto;

0 commit comments

Comments
 (0)