Skip to content

Commit cefec1b

Browse files
committed
basic site
1 parent 594fbb7 commit cefec1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlflow-site/src/app/globals.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body {
1818
color: var(--foreground);
1919
background: var(--background);
2020
font-family: Arial, Helvetica, sans-serif;
21-
font-size: 14px;
21+
font-size: 1rem;
2222
}
2323

2424
@layer utilities {
@@ -52,8 +52,8 @@ body {
5252
grid-column: 2;
5353
grid-row: 1;
5454
display: grid;
55-
grid-template-columns: 10px 20px 1fr 20px 10px;
56-
grid-template-rows: 20px 50px 1fr min-content 20px;
55+
grid-template-columns: 0.7rem 1.3rem 1fr 1.3rem 0.7rem;
56+
grid-template-rows: 1.3rem 2.8rem 1fr min-content 1.3rem;
5757
}
5858

5959
.navBar {

0 commit comments

Comments
 (0)