Commit 07850471 authored by Andrea Tsai's avatar Andrea Tsai

Update mainToBuy.css

parent 87c8c2f5
...@@ -161,15 +161,24 @@ body { ...@@ -161,15 +161,24 @@ body {
.listRemove { .listRemove {
grid-column: 3/4; grid-column: 3/4;
grid-row: 2/4; grid-row: 2/3;
background-color: rgba(175, 175, 175); background-color: rgba(175, 175, 175);
font-size: 15px;
text-align: center;
font-family: "Roboto Medium";
margin: 5px;
} }
.removeText {
font-size: 20px; .listAdd {
grid-column: 3/4;
grid-row: 3/4;
background-color: rgba(175, 175, 175);
font-size: 15px;
text-align: center; text-align: center;
margin: 15px;
font-family: "Roboto Medium"; font-family: "Roboto Medium";
margin: 5px;
} }
.one { .one {
grid-column: 2/5; grid-column: 2/5;
grid-row: 1/2; grid-row: 1/2;
......
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