Files
fundamentals-of-webengineering/task_3_react/src/client/index.css
2025-11-15 22:41:26 +01:00

21 lines
226 B
CSS

:root {
--spacing: 1rem;
--border-color: #a0a0a0;
}
/* Style for definition list */
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: 700;
}
dd {
margin-left: 0;
}