Commit 2ab83b72 authored by Andrea Tsai's avatar Andrea Tsai

Fixed rows

parent 528c3bb8
...@@ -147,7 +147,6 @@ body { ...@@ -147,7 +147,6 @@ body {
background-color: rgba(237, 237, 237, 0.7); background-color: rgba(237, 237, 237, 0.7);
display: grid; display: grid;
grid-template-columns: 10vw 15vw; grid-template-columns: 10vw 15vw;
grid-template-rows: repeat(5, 5vh);
transform: none; transform: none;
} }
#listIcon { #listIcon {
...@@ -177,7 +176,6 @@ body { ...@@ -177,7 +176,6 @@ body {
} }
.one { .one {
grid-column: 2/5; grid-column: 2/5;
grid-row: 1/2;
} }
/*.two { /*.two {
......
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