web: add border to footer

This commit is contained in:
Dmitriy Pleshevskiy 2022-05-27 23:42:25 +03:00
parent 01bad59ea6
commit b54df49eae
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
--default-color-white: #ffffff;
--color-blue: #1966df;
--color-gray: #ccc;
--default-font-size: 16px;
--font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Segoe UI", Verdana, sans-serif;
@ -64,6 +65,7 @@ ul, ol {
.footer {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
border-top: solid 1px var(--color-gray);
}
.main-menu {