Commit a38602bb authored by Andrea Tsai's avatar Andrea Tsai

Updated mainFridgeList.css (removed Recipes from sidebar)

parent faf94d59
......@@ -58,19 +58,12 @@ body {
grid-column: 1/2;
margin: 10px;
}
#recipesIcon {
background-color: white;
clip-path: circle();
height: 15vh;
grid-row: 4/9;
grid-column: 1/2;
margin: 10px;
}
#statsIcon {
background-color: white;
clip-path: circle();
height: 15vh;
grid-row: 7/12;
grid-row: 4/9;
grid-column: 1/2;
margin: 10px;
}
......@@ -78,7 +71,7 @@ body {
background-color: white;
clip-path: circle();
height: 15vh;
grid-row: 10/15;
grid-row: 7/12;
grid-column: 1/2;
margin: 10px;
}
......@@ -86,16 +79,13 @@ body {
grid-row: 3/4;
grid-column: 1/3;
}
.recipes {
grid-row: 6/7;
grid-column: 1/3;
}
.stats {
grid-row: 9/10;
grid-row: 6/7;
grid-column: 1/3;
}
.toBuy {
grid-row: 12/13;
grid-row: 9/10;
grid-column: 1/3;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment