Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -16,9 +16,9 @@
|
|
16 |
|
17 |
.grid-container {
|
18 |
display: grid;
|
19 |
-
/*
|
20 |
-
width:
|
21 |
-
height:
|
22 |
grid-template-columns: 1fr 2fr 1fr 2fr;
|
23 |
grid-template-rows: repeat(5, 1fr);
|
24 |
gap: 0;
|
|
|
16 |
|
17 |
.grid-container {
|
18 |
display: grid;
|
19 |
+
/* ํฌ๊ธฐ ๋ ์ถ์: 50vw, 50vh๋ก ์ค์ */
|
20 |
+
width: 50vw;
|
21 |
+
height: 50vh;
|
22 |
grid-template-columns: 1fr 2fr 1fr 2fr;
|
23 |
grid-template-rows: repeat(5, 1fr);
|
24 |
gap: 0;
|