Nucha commited on
Commit
3e0518b
·
verified ·
1 Parent(s): ffea7e7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -140,8 +140,8 @@ main {
140
 
141
  .full-area {
142
  display: grid;
143
- grid-template-columns: auto;
144
- grid-template-rows: auto;
145
  gap: 4rem;
146
  }
147
 
 
140
 
141
  .full-area {
142
  display: grid;
143
+ grid-template-columns: 1fr;
144
+ grid-template-rows: 1fr;
145
  gap: 4rem;
146
  }
147