ladalegends commited on
Commit
bc65b21
·
verified ·
1 Parent(s): 804ddec

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +4 -3
index.html CHANGED
@@ -99,7 +99,7 @@ background:radial-gradient(circle, rgba(74,222,128,0.4), transparent 70%);
99
  gap:8px;
100
  width: 100%;
101
  max-width: 800px;
102
- margin:0 auto;
103
  justify-items: center;
104
  padding: 0 5px;
105
  box-sizing: border-box;
@@ -240,9 +240,10 @@ background:radial-gradient(circle, rgba(74,222,128,0.4), transparent 70%);
240
  .modal #toggleBtn {background: #4ade80; color: white;}
241
  .modal #closeModal {background: #eee; color: #222;}
242
  .footer {
243
- margin-top: auto;
 
244
  padding: 20px 0;
245
- color: #888;
246
  font-size: 14px;
247
  text-align: center;
248
  width: 100%;
 
99
  gap:8px;
100
  width: 100%;
101
  max-width: 800px;
102
+ margin:-10px auto;
103
  justify-items: center;
104
  padding: 0 5px;
105
  box-sizing: border-box;
 
240
  .modal #toggleBtn {background: #4ade80; color: white;}
241
  .modal #closeModal {background: #eee; color: #222;}
242
  .footer {
243
+ margin-top: 0px;
244
+ margin-bottom: -10px;
245
  padding: 20px 0;
246
+ color: #8888888a;
247
  font-size: 14px;
248
  text-align: center;
249
  width: 100%;