Commit 07850471 authored by Andrea Tsai's avatar Andrea Tsai

Update mainToBuy.css

parent 87c8c2f5
......@@ -161,15 +161,24 @@ body {
.listRemove {
grid-column: 3/4;
grid-row: 2/4;
grid-row: 2/3;
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;
margin: 15px;
font-family: "Roboto Medium";
margin: 5px;
}
.one {
grid-column: 2/5;
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