diff --git a/web/index.css b/web/index.css index b1ed703..ff747b4 100644 --- a/web/index.css +++ b/web/index.css @@ -10,6 +10,7 @@ justify-content: space-around; flex-direction: column; flex: 25%; + overflow: scroll; } .imagebox { padding: 2rem; @@ -44,8 +45,8 @@ } .template { - width: 100px; - height: 100px; + width: 6rem; + height: 6rem; } .template-selected { @@ -114,3 +115,13 @@ grid-template-areas: "A B C D" } + +.one-three-topbottom { + display: grid; + grid-template-areas: + "A A A" + "B C D" +} +.one-three-topbottom .img1 { + grid-area: A +} diff --git a/web/index.html b/web/index.html index 7c3465b..cc117aa 100644 --- a/web/index.html +++ b/web/index.html @@ -26,6 +26,9 @@ + +

+ - -

-