README / style.css
TGalanos's picture
Replace default static org card page
eb7fe3d verified
/* 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;
}
}