File size: 1,247 Bytes
eb7fe3d
 
 
 
 
 
 
 
 
ad35d45
eb7fe3d
 
 
 
 
 
 
ad35d45
 
 
eb7fe3d
 
 
 
ad35d45
 
 
eb7fe3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ad35d45
 
eb7fe3d
 
 
 
 
ad35d45
 
eb7fe3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ad35d45
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* ABOUTME: Lightweight styles for the Hugging Face aec-bench organisation card. */
/* ABOUTME: Keeps the static Space content compact inside the profile card frame. */
:root {
  color: #111827;
  background: transparent;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  background: transparent;
}

main {
  max-width: 880px;
  padding: 26px 32px 30px;
}

h1 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0;
}

p {
  max-width: 780px;
  margin: 0 0 13px;
  color: #374151;
  font-size: 16px;
  line-height: 1.58;
}

a {
  color: #0f4c81;
  font-weight: 650;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 16px;
}

nav a {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 7px 11px;
  color: #111827;
  font-size: 14px;
  line-height: 1;
}

nav a:hover {
  border-color: #9ca3af;
  background: #f9fafb;
  text-decoration: none;
}

.footer {
  margin-bottom: 0;
  color: #4b5563;
}

@media (max-width: 640px) {
  main {
    padding: 20px 18px 24px;
  }

  h1 {
    font-size: 24px;
  }

  p {
    font-size: 15px;
  }
}