Improve footer
- Moved container class into footer. - Added py-3 for footer padding. Not sure if I prefer this to using the stylesheet. - Replaced hr with border-top.
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
--background-color: #2d2d2d;
|
||||
--headings-color: #ffffff;
|
||||
--font-color: #ffffff;
|
||||
--border-color: #ffffff;
|
||||
--line-color: #ffffff;
|
||||
--link-color: #CC99FF;
|
||||
}
|
||||
@ -113,7 +114,8 @@ main {
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-bottom: 20px;
|
||||
border-top: 3px solid var(--border-color);
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
/* Content types */
|
||||
|
Reference in New Issue
Block a user