mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 13:54:25 +00:00
[Task 3] Fixes, formatting, layout updates
This commit is contained in:
@@ -1,20 +1,23 @@
|
||||
:root {
|
||||
--spacing: 1rem;
|
||||
--border-color: #a0a0a0;
|
||||
--spacing: 1rem;
|
||||
--border-color: #a0a0a0;
|
||||
}
|
||||
|
||||
/* Style for definition list */
|
||||
dl {
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
dt,
|
||||
dd {
|
||||
line-height: 1.42857143;
|
||||
line-height: 1.42857143;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: 700;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user