mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-10 18:42:50 +01:00
26 lines
No EOL
411 B
SCSS
26 lines
No EOL
411 B
SCSS
|
|
main.docs {
|
|
max-width: 1000px;
|
|
margin: 1rem auto;
|
|
padding: 1rem;
|
|
|
|
div.docs-contents {
|
|
color: var(--text-color);
|
|
a {
|
|
max-width: 5rem;
|
|
padding: 0.25rem 0.5rem;
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
a.docs-link {
|
|
max-width: 5rem;
|
|
p {
|
|
color: var(--text-color);
|
|
}
|
|
.docs-icon svg {
|
|
width: 2rem;
|
|
}
|
|
}
|
|
}
|
|
} |