exptech commited on
Commit
4e0007f
·
verified ·
1 Parent(s): 70647ea

Upload style.css with huggingface_hub

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -307,7 +307,7 @@ header, section, footer {
307
  display: inline-flex;
308
  align-items: center;
309
  gap: 0.6rem;
310
- margin-top: 1.5rem;
311
  padding: 0.9rem 2.2rem;
312
  background: var(--accent);
313
  color: #000;
@@ -338,7 +338,7 @@ header, section, footer {
338
  display: flex;
339
  align-items: center;
340
  justify-content: center;
341
- margin-top: 2.5rem;
342
  margin-bottom: 0;
343
  }
344
 
 
307
  display: inline-flex;
308
  align-items: center;
309
  gap: 0.6rem;
310
+ margin-top: 0.75rem;
311
  padding: 0.9rem 2.2rem;
312
  background: var(--accent);
313
  color: #000;
 
338
  display: flex;
339
  align-items: center;
340
  justify-content: center;
341
+ margin-top: 1rem;
342
  margin-bottom: 0;
343
  }
344