Skip to content

Commit 264f637

Browse files
committed
basic site
1 parent 003b252 commit 264f637

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlflow-site/src/app/globals.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ body {
4141
width: 100%;
4242
height: 100%;
4343
display: grid;
44-
grid-template-columns: 10px 1fr 360px 1fr 10px;
45-
grid-template-rows: 10px 1fr 10px;
44+
grid-template-columns: 1fr 360px 1fr;
45+
grid-template-rows: 1fr;
4646
}
4747

4848
.mobileWrapper {
4949
background: rgb(255, 255, 255);
5050
width: 100%;
5151
height: 100%;
52-
grid-column: 3;
53-
grid-row: 2;
52+
grid-column: 2;
53+
grid-row: 1;
5454
display: grid;
5555
grid-template-columns: 10px 20px 1fr 20px 10px;
5656
grid-template-rows: 20px 50px 1fr 250px 20px;

0 commit comments

Comments
 (0)